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
public double AngleTo(
DocumentUnitsVector vector
)
Parameters
- vector
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input used for comparison.
Return Value
Type:
DoubleSee Also