STK Graphics PrimitivesSend comments on this topic.
ShowFarPlane Property (IAgStkGraphicsProjectedRasterOverlay)
See Also
Windows





Windows & Linux

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 ShowFarPlane
);
[Java]
public bool getShowFarPlane();
public void setShowFarPlane(
    bool
);
[Python - STK API ]
@property
def ShowFarPlane(self) -> bool:

@ShowFarPlane.setter
def ShowFarPlane(self, ShowFarPlane:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.