AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.