Get the launch vehicle's 2D lighting
properties.
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(
|
[Java] |
---|
public IAgVeGfxLighting getLighting();
|