CircularHoldProcedure.MinimumRevolutions 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.3.420.0 (24.3.420.0)
Syntaxpublic 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:
Double
See Also