Click or drag to resize

ConnectionStrategySetStart Method

Set the initial point 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 SetStart(
	Cartographic start
)

Parameters

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