Click or drag to resize

SurfaceArcGetSurfacePointFromParameter Method

Get the point on the surface along the surface arc at the given parameter.

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 Cartographic GetSurfacePointFromParameter(
	double arcParameter
)

Parameters

arcParameter
Type: SystemDouble
The parameter along the surface arc roughly equivalent to an angular measure in radians.

Return Value

Type: Cartographic
The surface point along the arc.
See Also