SurfaceProcedureConnectionConnection Property |
Gets or sets the strategy to use when connecting the previous procedure with the next.
This determines the behavior of how the initial and final headings change as
the initial and final points change.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ConnectionStrategy Connection { get; protected set; }
Public Property Connection As ConnectionStrategy
Get
Protected Set
public:
property ConnectionStrategy^ Connection {
ConnectionStrategy^ get ();
protected: void set (ConnectionStrategy^ value);
}
member Connection : ConnectionStrategy with get, set
Property Value
Type:
ConnectionStrategySee Also