Click or drag to resize

SurfaceProcedureConnection.SetStart Method

Set the initial point of the connection segment.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override void SetStart(
	Cartographic start
)

Parameters

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