Create a fixed time step sampling definition.
| [Visual Basic .NET] |
|---|
Public Function CreateFixedStep( _ ByVal FixedStep As Double _ ) As IAgCrdnSamplingMethod |
| [C#] |
|---|
public IAgCrdnSamplingMethod CreateFixedStep( |
| [Managed C++] |
|---|
public: IAgCrdnSamplingMethod^ CreateFixedStep( |
| [Java] |
|---|
public IAgCrdnSamplingMethod createFixedStep( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateFixedStep( |
- FixedStep
- A fixed step.
