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





Windows & Linux

Description

Property determining how surface lines conform to the terrain on the globe, such as area and line targets boundaries, range rings, map details, etc.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DrawOnTerrainEx() As AgESurfaceLinesTerrain
[C#]
public AgESurfaceLinesTerrain DrawOnTerrainEx {get; set;}
[Managed C++]
public: __property AgESurfaceLinesTerrain get_DrawOnTerrainEx();
public: __property void set_DrawOnTerrainEx( AgESurfaceLinesTerrain );
[Unmanaged C++]
public: HRESULT get_DrawOnTerrainEx(
    AgESurfaceLinesTerrain * pVal
);
public: HRESULT put_DrawOnTerrainEx(
    AgESurfaceLinesTerrain SurfaceLinesTerrain
);
[Java]
public AgESurfaceLinesTerrain getDrawOnTerrainEx();
public void setDrawOnTerrainEx(
    AgESurfaceLinesTerrain
);
[Python - STK API ]
@property
def DrawOnTerrainEx(self) -> "AgESurfaceLinesTerrain":

@DrawOnTerrainEx.setter
def DrawOnTerrainEx(self, SurfaceLinesTerrain:"AgESurfaceLinesTerrain") -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.