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






Windows & Linux

Description

Maximum relative motion used in adaptive sampling.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxRelMotion() As Double
[C#]
public double MaxRelMotion {get; set;}
[Managed C++]
public: __property double get_MaxRelMotion();
public: __property void set_MaxRelMotion(
   double
);
[Unmanaged C++]
public: HRESULT get_MaxRelMotion(
   double * pRetVal
);
public: HRESULT put_MaxRelMotion(
   double NewMaxRelMotion
);
[Java]
public double getMaxRelMotion();public void setMaxRelMotion(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.