AGI STK Objects 11Send comments on this topic.
MinStepSize 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 MinStepSize() As Double
[C#]
public double MinStepSize {get; set;}
[Managed C++]
public: __property double get_MinStepSize();
public: __property void set_MinStepSize(
   double
);
[Unmanaged C++]
public: HRESULT get_MinStepSize(
   double * pRetVal
);
public: HRESULT put_MinStepSize(
   double NewMinStepSize
);
[Java]
public double getMinStepSize();
public void setMinStepSize(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.