'Declaration Public Property DiffuseColor As Single()
'Usage Dim instance As ImGearVectorLightSource Dim value() As Single instance.DiffuseColor = value value = instance.DiffuseColor
public float[] DiffuseColor {get; set;}
public: __property float[]* get_DiffuseColor(); public: __property void set_DiffuseColor( float[]* value );
public: property array<float>^ DiffuseColor { array<float>^ get(); void set ( array<float>^ value); }