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( IAgStkGraphicsLighting ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsLighting getLighting(); |
[Python - STK API ] |
---|
@property def Lighting(self) -> "IAgStkGraphicsLighting": |