Gets the closest point found to the given point on a pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public Point3d GetClosestPointTo( Point3d sourcePoint ) |
Visual Basic |
---|
Public Function GetClosestPointTo ( _ sourcePoint As Point3d _ ) As Point3d |
Visual C++ |
---|
public: Point3d GetClosestPointTo( Point3d sourcePoint ) |
Parameters
- sourcePoint
- Type: Point3d
A 3d point in the drawing.