ImageGear PDF v25.2 - Updated
GetGroup Method




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTGroupArray Class : GetGroup Method
Name of the group to get.
Gets a group specified by the name.
Syntax
'Declaration
 
Public Function GetGroup( _
   ByVal name As String _
) As ImGearARTGroup
'Usage
 
Dim instance As ImGearARTGroupArray
Dim name As String
Dim value As ImGearARTGroup
 
value = instance.GetGroup(name)
public ImGearARTGroup GetGroup( 
   string name
)
public: ImGearARTGroup* GetGroup( 
   string* name
) 
public:
ImGearARTGroup^ GetGroup( 
   String^ name
) 

Parameters

name
Name of the group to get.

Return Value

ImGearARTGroup class object.
See Also

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members
ImGearPoint Structure
ImGearRGBQuad Structure
ImGearARTGroup Class

Is this page helpful?
Yes No
Thanks for your feedback.