Get the vehicle's 2D lighting graphics.
Read-only property
[Visual Basic .NET] |
---|
Public Property Lighting() As IAgVeGfxLighting |
[C#] |
---|
public IAgVeGfxLighting Lighting {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxLighting ^ get_Lighting(); |
[Unmanaged C++] |
---|
public: HRESULT get_Lighting( IAgVeGfxLighting ** ppVal ); |
[Java] |
---|
public IAgVeGfxLighting getLighting(); |
[Python - STK API ] |
---|
@property def Lighting(self) -> "IAgVeGfxLighting": |