AGI STK Objects 11 Send comments on this topic.
ShowAtAltitude Property (IAgAntennaContour)
See Also 





Description

Enables the ability to view the contours at a set altitude.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowAtAltitude();
public: __property void set_ShowAtAltitude(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowAtAltitude(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowAtAltitude(
VARIANT_BOOL NewShowAtAltitude
);

[Java]
public bool getShowAtAltitude();public void setShowAtAltitude(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1