Share

Pipe.GetParamAtPoint Method

Gets the scale on the pipe for the given point.



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

Syntax

C#

public double GetParamAtPoint(
	Point3d point
)

VB

Public Function GetParamAtPoint ( 
	point As Point3d
) As Double

C++

public:
double GetParamAtPoint(
	Point3d point
)

Parameters

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

Return Value

Double

See Also

Reference

Was this information helpful?