Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property NumberOfSteps() As Integer
|
[C#] |
public int NumberOfSteps {get; set;}
|
[Managed C++] |
public: __property int get_NumberOfSteps();
public: __property void set_NumberOfSteps(
int
);
|
[Unmanaged C++] |
public: HRESULT get_NumberOfSteps(
long * pRetVal
);
public: HRESULT put_NumberOfSteps(
long NewNumberOfSteps
);
|
[Java] |
public int getNumberOfSteps();public void setNumberOfSteps(
int
);
|
See Also