STK ObjectsSend comments on this topic.
DrawOnTerrain Property (IAgScVO)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Please use DrawOnTerrainEx.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DrawOnTerrain() As Boolean
[C#]
public bool DrawOnTerrain {get; set;}
[Managed C++]
public: __property bool get_DrawOnTerrain();
public: __property void set_DrawOnTerrain( bool );
[Unmanaged C++]
public: HRESULT get_DrawOnTerrain(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DrawOnTerrain(
    VARIANT_BOOL InVal
);
[Java]
public bool getDrawOnTerrain();
public void setDrawOnTerrain(
    bool
);
[Python - STK API ]
@property
def DrawOnTerrain(self) -> bool:

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.