public bool LightingEnabled {get; set;}
public: __property bool get_LightingEnabled(); public: __property void set_LightingEnabled( bool value );
public: property bool LightingEnabled { bool get(); void set ( bool value); }
'Declaration Public Property LightingEnabled As Boolean
'Usage Dim instance As ImGearVectorView Dim value As Boolean instance.LightingEnabled = value value = instance.LightingEnabled
ImGearVectorView Class ImGearVectorView Members
©2016. Accusoft Corporation. All Rights Reserved.