AGI STK Astrogator 11 Send comments on this topic.
MaxStep Property (IAgVADCControl)
See Also 





Description

The maximum increment to make to the value of the parameter in any one step. Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxStep() As System.Object

[C#]
public System.Object MaxStep {get; set;}

[Managed C++]
public: __property VARIANT get_MaxStep();
public: __property void set_MaxStep(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_MaxStep(
VARIANT * pRetVal
);
public: HRESULT put_MaxStep(
VARIANT NewMaxStep
);

[Java]
public Variant getMaxStep();public void setMaxStep(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1