ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroupArray Class / Item Property / Item(String) Property
Name of a group.




In This Topic
    Item(String) Property
    In This Topic
    Gets a group by name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As ImGearARTGroup
    'Usage
     
    Dim instance As ImGearARTGroupArray
    Dim name As String
    Dim value As ImGearARTGroup
     
    value = instance.Item(name)
    public ImGearARTGroup Item( 
       string name
    ) {get;}
    public: __property ImGearARTGroup* get_Item( 
       string* name
    );
    public:
    property ImGearARTGroup^ Item {
       ImGearARTGroup^ get(String^ name);
    }

    Parameters

    name
    Name of a group.

    Property Value

    ImGearARTGroup class object.
    Remarks
    Indexed property for accessing individual groups by name.
    See Also