STK ObjectsSend comments on this topic.
NumberOfSteps Property (IAgSnProjConstantAlt)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_NumberOfSteps(
    long pVal
);
[Java]
public int getNumberOfSteps();
public void setNumberOfSteps(
    int
);
[Python - STK API ]
@property
def NumberOfSteps(self) -> int:

@NumberOfSteps.setter
def NumberOfSteps(self, pVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.