Determine the distance between this point and the specified point.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Function DistanceTo (
point As DocumentUnitsPoint2d
) As Double
C#
public double DistanceTo(
DocumentUnitsPoint2d point
)
Parameters
- point
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint2d
Input object that specifies the point.
Return Value
Type:
Double
See Also
Reference