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




In This Topic
    Find Method (ImGearARTGroupArray)
    In This Topic
    Finds a group specified by the name in the array.
    Syntax
    'Declaration
     
    Public Function Find( _
       ByVal name As String _
    ) As ImGearARTGroup
    'Usage
     
    Dim instance As ImGearARTGroupArray
    Dim name As String
    Dim value As ImGearARTGroup
     
    value = instance.Find(name)
    public ImGearARTGroup Find( 
       string name
    )
    public: ImGearARTGroup* Find( 
       string* name
    ) 
    public:
    ImGearARTGroup^ Find( 
       String^ name
    ) 

    Parameters

    name
    Name of the group to find.

    Return Value

    ImGearARTGroup class object.
    See Also