Returns the shortest distance from the specified point to this curve.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double Distance(
XYZ point
)
Parameters
- point XYZ
- The specified point.
Return Value
DoubleThe real number equal to the shortest distance.
Exceptions
Remarks
Returns the distance from the closest point on the curve to the specified point.
See Also
Reference