STK ObjectsSend 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 * pVal
);
public: HRESULT put_ShowAtAltitude(
    VARIANT_BOOL val
);
[Java]
public bool getShowAtAltitude();
public void setShowAtAltitude(
    bool
);
[Python - STK API ]
@property
def ShowAtAltitude(self) -> bool:

@ShowAtAltitude.setter
def ShowAtAltitude(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.