ScalarMaximumValueOrder Property |
Gets or sets the order at which to do the comparison. This is zero (the motion's value) by default.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int Order { get; set; }
Public Property Order As Integer
Get
Set
public:
property int Order {
int get ();
void set (int value);
}
member Order : int with get, set
Property Value
Type:
Int32See Also