CircularHoldProcedureMinimumRevolutions Property |
Gets or sets the minimum number of revolutions to perform before leaving the hold.
The actual number of revolutions will depend on connection geometry and whether
MinimumTime requires further revolutions.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MinimumRevolutions { get; set; }
Public Property MinimumRevolutions As Double
Get
Set
public:
property double MinimumRevolutions {
double get ();
void set (double value);
}
member MinimumRevolutions : float with get, set
Property Value
Type:
DoubleSee Also