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.280
Syntax
C#
[ObsoleteAttribute("Use GetCLosetPointTo(Point3d sourcePoint, bool extend = false) instead", false)] public Point3d GetClosestPointTo( Point3d sourcePoint )
VB
<ObsoleteAttribute("Use GetCLosetPointTo(Point3d sourcePoint, bool extend = false) instead", false)> Public Function GetClosestPointTo ( sourcePoint As Point3d ) As Point3d
C++
public: [ObsoleteAttribute(L"Use GetCLosetPointTo(Point3d sourcePoint, bool extend = false) instead", false)] Point3d GetClosestPointTo( Point3d sourcePoint )
Parameters
- sourcePoint Point3d
- A 3d point in the drawing.