Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property NumberOfAltSteps() As Integer
|
[C#] |
---|
public int NumberOfAltSteps {get; set;}
|
[Managed C++] |
---|
public: __property int get_NumberOfAltSteps(); public: __property void set_NumberOfAltSteps(
int
);
|
[Unmanaged C++] |
---|
public: HRESULT get_NumberOfAltSteps(
long * pNum
);
public: HRESULT put_NumberOfAltSteps(
long pNum
);
|
[Java] |
---|
public int getNumberOfAltSteps();
public void setNumberOfAltSteps(
int
);
|
See Also