AGI STK Objects 11 Send comments on this topic.
DrawOnTerrain Property (IAgScVO)
See Also 





Description

If true, lines drawn on the globe such as those that define area and line targets, range rings, vehicle paths, map details, etc. will conform to the terrain on the globe. Otherwise, if terrain is present, the lines may go under or float over the terrain.

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 * pRetVal
);
public: HRESULT put_DrawOnTerrain(
VARIANT_BOOL NewDrawOnTerrain
);

[Java]
public bool getDrawOnTerrain();public void setDrawOnTerrain(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1