STK ObjectsSend comments on this topic.
Lighting Property (IAgMsGraphics)
See Also
Windows





Windows & Linux

Description

Get the lighting graphics.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.