'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As ImGearARTGroup
'Usage Dim instance As ImGearARTGroupArray Dim index As Integer Dim value As ImGearARTGroup instance.Item(index) = value value = instance.Item(index)
public ImGearARTGroup Item( int index ) {get; set;}
public: __property ImGearARTGroup* get_Item( int index ); public: __property void set_Item( int index, ImGearARTGroup* value );
public: property ImGearARTGroup^ Item { ImGearARTGroup^ get(int index); void set (int index, ImGearARTGroup^ value); }
Parameters
- index
- Index of a group.