Gets the scale on the pipe for the given point.

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

Syntax

C#
public double GetParamAtPoint(
	Point3d point
)
Visual Basic
Public Function GetParamAtPoint ( _
	point As Point3d _
) As Double
Visual C++
public:
double GetParamAtPoint(
	Point3d point
)

Parameters

point
Type: Point3d
The point used to get the scale on the pipe.

See Also