Click or drag to resize

ConfigurableConnectionSetPoints Method

Set the initial and final points of the connection segment.

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 abstract void SetPoints(
	Cartographic start,
	Cartographic stop
)

Parameters

start
Type: AGI.Foundation.CoordinatesCartographic
The initial point of the connection.
stop
Type: AGI.Foundation.CoordinatesCartographic
The final point of the connection.
See Also