Description
The relative intervals at which the terrain mask is displayed, e.g. if this value is 3 steps, and the minimum and maximum ranges are 500 abd 1500 km, respectively, then the terrain mask is displayed at ranges of 500, 1000 and 1500 km.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property NumberOfRangeSteps() As Integer
|
[C#] |
---|
public int NumberOfRangeSteps {get; set;}
|
[Managed C++] |
---|
public: __property int get_NumberOfRangeSteps(); public: __property void set_NumberOfRangeSteps(
int
);
|
[Unmanaged C++] |
---|
public: HRESULT get_NumberOfRangeSteps(
long * pNum
);
public: HRESULT put_NumberOfRangeSteps(
long pNum
);
|
[Java] |
---|
public int getNumberOfRangeSteps();
public void setNumberOfRangeSteps(
int
);
|
See Also