The relative intervals at which the terrain mask is displayed, e.g. if this value is 3 steps, and the minimum and maximum altitudes are 500 and 1500 km, respectively, then the terrain mask is displayed at altitudes of 500, 1000 and 1500 km.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumberOfAltSteps() As Integer |
[C#] |
---|
public int NumberOfAltSteps {get; set;} |
[Managed C++] |
---|
public: __property int get_NumberOfAltSteps(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumberOfAltSteps( long * pNum ); public: HRESULT put_NumberOfAltSteps( long pNum ); |
[Java] |
---|
public int getNumberOfAltSteps(); public void setNumberOfAltSteps( int ); |