.netCHARTING v10.5 Documentation


Name of the attribute.
Value the attribute must have in order to meet this condition.
Add Method (GroupConditionCollection)
Adds a condition to this collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal shapeParam As String, _
   ByVal paramValue As String _
) 
'Usage
 
Dim instance As GroupConditionCollection
Dim shapeParam As String
Dim paramValue As String
 
instance.Add(shapeParam, paramValue)
public void Add( 
   string shapeParam,
   string paramValue
)

Parameters

shapeParam
Name of the attribute.
paramValue
Value the attribute must have in order to meet this condition.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also