PipeGetClosestPointTo Method |
Note: This API is now obsolete.
Gets the closest point found to the given point on a pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
)
<ObsoleteAttribute("Use GetCLosetPointTo(Point3d sourcePoint, bool extend = false) instead",
false)>
Public Function GetClosestPointTo (
sourcePoint As Point3d
) As Point3d
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.
Return Value
Point3d
See Also