Click or drag to resize

SurfaceProcedureConnection.SetPoints 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: 25.1.421.0 (25.1.421.0)
Syntax
public override void SetPoints(
	Cartographic start,
	Cartographic stop
)

Parameters

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