Step count. Determines the interval between sensor projections. For a specified min/max altitude: the step count determines the number and altitude of projections to be displayed. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumberOfSteps() As Integer |
[C#] |
---|
public int NumberOfSteps {get; set;} |
[Managed C++] |
---|
public: __property int get_NumberOfSteps(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumberOfSteps( long * pVal ); public: HRESULT put_NumberOfSteps( long pVal ); |
[Java] |
---|
public int getNumberOfSteps(); public void setNumberOfSteps( int ); |