Create a fixed time step sampling definition.
[Visual Basic .NET] |
---|
Public Function CreateFixedStep( _ ByVal FixedStep As Double _ ) As IAgCrdnSamplingMethod |
[C#] |
---|
public IAgCrdnSamplingMethod CreateFixedStep( double FixedStep ); |
[Managed C++] |
---|
public: IAgCrdnSamplingMethod^ CreateFixedStep( double FixedStep ); |
[Unmanaged C++] |
---|
public: HRESULT CreateFixedStep( double FixedStep, IAgCrdnSamplingMethod ** ppRetVal ); |
[Java] |
---|
public IAgCrdnSamplingMethod createFixedStep( double FixedStep ); |
[Python - STK API ] |
---|
def CreateFixedStep(self, FixedStep:float) -> "IAgCrdnSamplingMethod": |
- FixedStep
- A fixed step.