Gets the Lighting
associated with the scene.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Lighting() As IAgStkGraphicsLighting
|
| [C#] |
|---|
public IAgStkGraphicsLighting Lighting {get;}
|
| [Managed C++] |
|---|
public: __property IAgStkGraphicsLighting^ get_Lighting();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Lighting(
|
| [Java] |
|---|
public IAgStkGraphicsLighting getLighting();
|