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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Boolean
See Also