ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroupArray Class / GetGroup Method
Name of the group to get.




In This Topic
    GetGroup Method
    In This Topic
    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