dotnetCHARTING Send comments on this topic.
Remove(String) Method
See Also 
dotnetCHARTING.Mapping Namespace > GroupCollection Class > Remove Method : Remove(String) Method



groupName
Removes a Group with the specified name from this collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Remove( _
   ByVal groupName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As GroupCollection
Dim groupName As String
 
instance.Remove(groupName)
C# 
public void Remove( 
   string groupName
)
C++/CLI 
public:
void Remove( 
   String^ groupName
) 

Parameters

groupName

See Also