AGI STK Objects 11 Send comments on this topic.
UseTerrain Property (IAgTarget)
See Also 





Description

Opt whether to set altitude automatically by using terrain data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseTerrain() As Boolean

[C#]
public bool UseTerrain {get; set;}

[Managed C++]
public: __property bool get_UseTerrain();
public: __property void set_UseTerrain(
bool
);

[Unmanaged C++]
public: HRESULT get_UseTerrain(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTerrain(
VARIANT_BOOL NewUseTerrain
);

[Java]
public bool getUseTerrain();public void setUseTerrain(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1