Click or drag to resize

DocumentUnitsPoint.VectorTo Method

Gets the vector of translation 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 VectorTo ( 
	point As DocumentUnitsPoint
) As DocumentUnitsVector

Parameters

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

Return Value

Type: DocumentUnitsVector
See Also