Share

DocumentUnitsPoint.DistanceTo 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: 30.0

Syntax

VB

Public Function DistanceTo ( 
	point As DocumentUnitsPoint
) As Double

C#

public double DistanceTo(
	DocumentUnitsPoint point
)

Parameters

point
Type: Autodesk.iLogic.Types.DocumentUnitsPoint
Input object that specifies the point.

Return Value

Type: Double

See Also

Reference

Was this information helpful?