AGI AgAccessConstraintPlugin 11 Send comments on this topic.
MaxRelMotion Property (IAgAccessConstraintPluginResultEval)
See Also 





Description

Maximum relative motion (in degrees) allowed between constraint samples.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1