PipeGetPointAtParam Method

Gets a 3d point for the given parameter.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point3d GetPointAtParam(
	double paramInterval
)

Parameters

paramInterval  Double
The scale of the returned point on the pipe.

Return Value

Point3d
Exceptions
ExceptionCondition
ArgumentException Thrown when the value of paramInterval is out of interval [0.0, 1.0].
See Also