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





Description

Indicate whether to use terrain instead of line of sight. Default is Terrain Off.

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