Click or drag to resize

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

Parameters

point
Type: Autodesk.iLogic.TypesDocumentUnitsPoint
Input object that specifies the point.

Return Value

Type: Double
See Also