dotnetCHARTING Send comments on this topic.
Add Method
See Also 
dotnetCHARTING.Mapping Namespace > GroupConditionCollection Class : Add Method


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

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal shapeParam As String, _
   ByVal paramValue As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As GroupConditionCollection
Dim shapeParam As String
Dim paramValue As String
 
instance.Add(shapeParam, paramValue)
C# 
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.

See Also

© 2010 All Rights Reserved.