Click or drag to resize

SurfaceArcConfigureConnection Method

Given a connection, configure it so that it is tangent to the surface arc.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ConfigureConnection(
	ConfigurableConnection connection,
	KindOfTangent tangentBehavior
)

Parameters

connection
Type: AGI.Foundation.RouteDesign.AdvancedConfigurableConnection
The connection to configure.
tangentBehavior
Type: AGI.Foundation.RouteDesign.AdvancedKindOfTangent
Indicates whether the connection is leaving the arc or entering it.

Return Value

Type: Double
True if the configuration was successful. Otherwise, returns false to indicate that the connection is impossible (usually because the other end of the connection lies within the radius of the surface arc).
See Also