STK Graphics PrimitivesSend comments on this topic.
Lighting Property (IAgStkGraphicsScene)
See Also
Windows





Windows & Linux

Description

Gets the Lighting associated with the scene.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.