Gets or sets whether the primitive is lit.
Read-write property
[Visual Basic .NET] |
---|
Public Property Lighting() As Boolean |
[C#] |
---|
public bool Lighting {get; set;} |
[Managed C++] |
---|
public: __property bool get_Lighting(); |
[Unmanaged C++] |
---|
public: HRESULT get_Lighting( VARIANT_BOOL * pRetVal ); public: HRESULT put_Lighting( VARIANT_BOOL Lighting ); |
[Java] |
---|
public bool getLighting(); public void setLighting( bool ); |