AGI STK Astrogator 11 Send comments on this topic.
UseMaxStep Property (IAgVARK2nd3rd)
See Also 





Description

Whether or not to enforce the maximum step.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseMaxStep();
public: __property void set_UseMaxStep(
bool
);

[Unmanaged C++]
public: HRESULT get_UseMaxStep(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMaxStep(
VARIANT_BOOL NewUseMaxStep
);

[Java]
public bool getUseMaxStep();public void setUseMaxStep(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1