Click or drag to resize
GeCurveGetPointAtDist Method
Returns coordinate at specified distance along curve.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeCoordinate GetPointAtDist(
	GeLength distance
)

Parameters

distance
Type: FDF.Common.GeometriesGeLength
Distance along the curve.

Return Value

Type: GeCoordinate

Implements

IGeCurveGetPointAtDist(GeLength)
Remarks