AGI STK Objects 11Send 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.