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

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

Syntax

C#
[ObsoleteAttribute("Use GetCLosetPointTo(Point3d sourcePoint, bool extend = false) instead", 
	false)]
public Point3d GetClosestPointTo(
	Point3d sourcePoint
)
Visual Basic
<ObsoleteAttribute("Use GetCLosetPointTo(Point3d sourcePoint, bool extend = false) instead",  _
	False)> _
Public Function GetClosestPointTo ( _
	sourcePoint As Point3d _
) As Point3d
Visual C++
public:
[ObsoleteAttribute(L"Use GetCLosetPointTo(Point3d sourcePoint, bool extend = false) instead", 
	false)]
Point3d GetClosestPointTo(
	Point3d sourcePoint
)

Parameters

sourcePoint
Type: Point3d
A 3d point in the drawing.

See Also