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.2.419.0 (24.2.419.0)
Syntax public double ConfigureConnection(
ConfigurableConnection connection,
KindOfTangent tangentBehavior
)
Public Function ConfigureConnection (
connection As ConfigurableConnection,
tangentBehavior As KindOfTangent
) As Double
public:
double ConfigureConnection(
ConfigurableConnection^ connection,
KindOfTangent tangentBehavior
)
member ConfigureConnection :
connection : ConfigurableConnection *
tangentBehavior : KindOfTangent -> float
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:
DoubleTrue 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