AGI STK Objects 11 Send comments on this topic.
FixedTimeStep Property (IAgCommSystemAccessSamplingMethodFixed)
See Also 





Description

Specifies the fixed step size for the fixed step control.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FixedTimeStep() As Double

[C#]
public double FixedTimeStep {get; set;}

[Managed C++]
public: __property double get_FixedTimeStep();
public: __property void set_FixedTimeStep(
double
);

[Unmanaged C++]
public: HRESULT get_FixedTimeStep(
double * pRetVal
);
public: HRESULT put_FixedTimeStep(
double NewFixedTimeStep
);

[Java]
public double getFixedTimeStep();public void setFixedTimeStep(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1