IsUnitLength Method


XYZ Is Unit Length Method

The boolean value that indicates whether this vector is of unit length.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsUnitLength()

Return Value

Boolean
Remarks
A unit length vector has a length of one, and is considered normalized.
See Also