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





Description

Gets or sets whether to show the far plane of the Projection. If this is set to true, you will see the projected Raster even when it does not intersect terrain.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowFarPlane();
public: __property void set_ShowFarPlane(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowFarPlane(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowFarPlane(
VARIANT_BOOL NewShowFarPlane
);

[Java]
public bool getShowFarPlane();public void setShowFarPlane(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1