The number of altitude labels to display on the outline of the mask.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumbAltLabels() As Integer |
[C#] |
---|
public int NumbAltLabels {get; set;} |
[Managed C++] |
---|
public: __property int get_NumbAltLabels(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumbAltLabels( long * pVal ); public: HRESULT put_NumbAltLabels( long pVal ); |
[Java] |
---|
public int getNumbAltLabels(); public void setNumbAltLabels( int ); |