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 * pRetVal ); public: HRESULT put_AltLabelsVisible( VARIANT_BOOL NewAltLabelsVisible );
|
[Java] |
---|
public bool getAltLabelsVisible(); public void setAltLabelsVisible( bool );
|
See Also