'Usage Dim instance As ImGearMultichannelLUT Dim index As Integer Dim value As ImGearLUT instance.Item(index) = value value = instance.Item(index)
public: __property ImGearLUT* get_Item int index ; public: __property void set_Item int index, ImGearLUT* value ;
public: property ImGearLUT^ default [int] { ImGearLUT^ get(int index); void set (int index, ImGearLUT^ value); }
Parameters
- index
- Index of the LUT to get.