STK ObjectsSend comments on this topic.
Step Property (IAgVePropagatorJ4Perturbation)
See Also
Windows





Windows & Linux

Description

Step size. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Step() As Double
[C#]
public double Step {get; set;}
[Managed C++]
public: __property double get_Step();
public: __property void set_Step( double );
[Unmanaged C++]
public: HRESULT get_Step(
    double * pVal
);
public: HRESULT put_Step(
    double Step
);
[Java]
public double getStep();
public void setStep(
    double
);
[Python - STK API ]
@property
def Step(self) -> float:

@Step.setter
def Step(self, Step:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.