AGI STK Objects 11 Send comments on this topic.
UseFixedTimeStep Property (IAgStkAccessAdvanced)
See Also 





Description

Uses a fixed step size to choose samples.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseFixedTimeStep() As Boolean

[C#]
public bool UseFixedTimeStep {get; set;}

[Managed C++]
public: __property bool get_UseFixedTimeStep();
public: __property void set_UseFixedTimeStep(
bool
);

[Unmanaged C++]
public: HRESULT get_UseFixedTimeStep(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseFixedTimeStep(
VARIANT_BOOL NewUseFixedTimeStep
);

[Java]
public bool getUseFixedTimeStep();public void setUseFixedTimeStep(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1