AGI STK VGT 11Send comments on this topic.
CreateFixedStep Method (IAgCrdnSamplingMethodFactory)
See Also
FixedStep
Windows






Windows & Linux

Description

Create a fixed time step sampling definition.

Syntax

[Visual Basic .NET]
Public Function CreateFixedStep( _
    ByVal FixedStep As Double _
) As 
[C#]
public IAgCrdnSamplingMethod CreateFixedStep(
    double FixedStep
);
[Managed C++]
public: IAgCrdnSamplingMethod^ CreateFixedStep(
    double FixedStep
);
[Java]
public IAgCrdnSamplingMethod createFixedStep(
    double FixedStep
);
[Unmanaged C++]
public: HRESULT CreateFixedStep(
    double FixedStep,
    IAgCrdnSamplingMethod ** ppRetVal
);

Parameters

FixedStep

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.