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