STK ObjectsSend comments on this topic.
ShowAtAlt Property (IAgCvVO)
See Also
Windows





Windows & Linux

Description

Show Graphics at Altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowAtAlt() As Boolean
[C#]
public bool ShowAtAlt {get; set;}
[Managed C++]
public: __property bool get_ShowAtAlt();
public: __property void set_ShowAtAlt( bool );
[Unmanaged C++]
public: HRESULT get_ShowAtAlt(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowAtAlt(
    VARIANT_BOOL ShowAtAlt
);
[Java]
public bool getShowAtAlt();
public void setShowAtAlt(
    bool
);
[Python - STK API ]
@property
def ShowAtAlt(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.