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