AGI STK Graphics 11 Send comments on this topic.
ShowFrustum Property (IAgStkGraphicsProjectedRasterOverlay)
See Also 





Description

Gets or sets whether to show the frustum of the Projection.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowFrustum();
public: __property void set_ShowFrustum(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowFrustum(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowFrustum(
VARIANT_BOOL NewShowFrustum
);

[Java]
public bool getShowFrustum();public void setShowFrustum(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1