PipeGetClosestPointTo Method

Note: This API is now obsolete.

Gets the closest point found to the given point on a pipe.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[ObsoleteAttribute("Use GetCLosetPointTo(Point3d sourcePoint, bool extend = false) instead", 
	false)]
public Point3d GetClosestPointTo(
	Point3d sourcePoint
)

Parameters

sourcePoint  Point3d
A 3d point in the drawing.

Return Value

Point3d
See Also