ImageGear for .NET
Remove(String) Method




Name of the group to remove.
Removes a group with the specified name from the array.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal name As String _
) 
'Usage
 
Dim instance As ImGearARTGroupArray
Dim name As String
 
instance.Remove(name)
public void Remove( 
   string name
)
public: void Remove( 
   string* name
) 
public:
void Remove( 
   String^ name
) 

Parameters

name
Name of the group to remove.
See Also

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback