STK ObjectsSend comments on this topic.
AltLabelsVisible Property (IAgVOAzElMask)
See Also
Windows





Windows & Linux

Description

Display of altitude labels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltLabelsVisible() As Boolean
[C#]
public bool AltLabelsVisible {get; set;}
[Managed C++]
public: __property bool get_AltLabelsVisible();
public: __property void set_AltLabelsVisible( bool );
[Unmanaged C++]
public: HRESULT get_AltLabelsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AltLabelsVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getAltLabelsVisible();
public void setAltLabelsVisible(
    bool
);
[Python - STK API ]
@property
def AltLabelsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.