AGI STK Astrogator 11 Send comments on this topic.
UseFixedStep Property (IAgVARK4th5th)
See Also 





Description

True if running in fixed-step mode.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseFixedStep();
public: __property void set_UseFixedStep(
bool
);

[Unmanaged C++]
public: HRESULT get_UseFixedStep(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseFixedStep(
VARIANT_BOOL NewUseFixedStep
);

[Java]
public bool getUseFixedStep();public void setUseFixedStep(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1