AGI STK Objects 11Send comments on this topic.
StepsPerOrbit Property (IAgVeTimeRegularization)
See Also 
Windows






Windows & Linux

Description

Integration steps per orbit. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StepsPerOrbit() As Integer
[C#]
public int StepsPerOrbit {get; set;}
[Managed C++]
public: __property int get_StepsPerOrbit();
public: __property void set_StepsPerOrbit(
   int
);
[Unmanaged C++]
public: HRESULT get_StepsPerOrbit(
   long * pRetVal
);
public: HRESULT put_StepsPerOrbit(
   long NewStepsPerOrbit
);
[Java]
public int getStepsPerOrbit();public void setStepsPerOrbit(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.