ProjectedRasterShowFarPlane Property |
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 or the central body.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ShowFarPlane { get; set; }
Public Property ShowFarPlane As Boolean
Get
Set
public:
property bool ShowFarPlane {
bool get ();
void set (bool value);
}
member ShowFarPlane : bool with get, set
Property Value
Type:
BooleanSee Also