AGI STK Objects 11 Send comments on this topic.
MaxStepSize Property (IAgVeStepSizeControl)
See Also 
Windows






Windows & Linux

Description

If the method is relative error. Uses Time Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaxStepSize();
public: __property void set_MaxStepSize(
double
);

[Unmanaged C++]
public: HRESULT get_MaxStepSize(
double * pRetVal
);
public: HRESULT put_MaxStepSize(
double NewMaxStepSize
);

[Java]
public double getMaxStepSize();public void setMaxStepSize(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface