AGI STK Objects 11 Send comments on this topic.
Shading Property (IAgVmVO)
See Also 





Description

Enables to add shading to the boundary surface. Shading slows down animation but generates helpful lighting effects based on surfaces.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Shading() As Boolean

[C#]
public bool Shading {get; set;}

[Managed C++]
public: __property bool get_Shading();
public: __property void set_Shading(
bool
);

[Unmanaged C++]
public: HRESULT get_Shading(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Shading(
VARIANT_BOOL NewShading
);

[Java]
public bool getShading();public void setShading(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1