STK ObjectsSend 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 * pVal
);
public: HRESULT put_MaxRelMotion(
    double Val
);
[Java]
public double getMaxRelMotion();
public void setMaxRelMotion(
    double
);
[Python - STK API ]
@property
def MaxRelMotion(self) -> float:

@MaxRelMotion.setter
def MaxRelMotion(self, Val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.