AGI STK Graphics 11 Send comments on this topic.
DisplaySilhouette Property (IAgStkGraphicsSolidPrimitive)
See Also 





Description

Gets or sets whether the solid's silhouette is displayed.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_DisplaySilhouette();
public: __property void set_DisplaySilhouette(
bool
);

[Unmanaged C++]
public: HRESULT get_DisplaySilhouette(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplaySilhouette(
VARIANT_BOOL NewDisplaySilhouette
);

[Java]
public bool getDisplaySilhouette();public void setDisplaySilhouette(
bool
);

Remarks

The silhouette is the outline of the solid from the camera's point of view. It is a useful visual cue to differentiate the solid from the background. The silhouette is rendered using Silhouette Color, Silhouette Translucency, and Silhouette Width.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1