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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.