GetPointAtParam Method

Gets a 3d point for the given parameter.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public Point3d GetPointAtParam(
	double paramInterval
)

Visual Basic

Public Function GetPointAtParam ( _
	paramInterval As Double _
) As Point3d

Visual C++

public:
Point3d GetPointAtParam(
	double paramInterval
)

Parameters

paramInterval
Type: System.Double
The scale of the returned point on the pipe.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the value of paramInterval is out of interval [0.0, 1.0].

See Also