ImageGear .NET v24.12 - Updated
Item(String) Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGroupArray Class > Item Property : Item(String) Property
Name of a group.
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

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members
Overload List
ImGearARTGroup Class