DocumentUnitsPointDistanceTo Method |
Determine the distance between this point and the specified point.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Function DistanceTo (
point As DocumentUnitsPoint
) As Double
public double DistanceTo(
DocumentUnitsPoint point
)
Parameters
- point
- Type: Autodesk.iLogic.TypesDocumentUnitsPoint
Input object that specifies the point.
Return Value
Type:
DoubleSee Also