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: 25.0
Syntax
VB
Public Function AngleTo (
vector As DocumentUnitsVector
) As Double
C#
public double AngleTo(
DocumentUnitsVector vector
)
Parameters
- vector
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Input used for comparison.
Return Value
Type:
Double
See Also
Reference