Click or drag to resize

DocumentUnitsVectorAngleTo Method

Determines the angle between this vector and the specified vector. The angle value is in document units.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Function AngleTo ( 
	vector As DocumentUnitsVector
) As Double

Parameters

vector
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input used for comparison.

Return Value

Type: Double
See Also