UVIsUnitLength Method

The boolean value indicates whether this 2-D vector is of unit length.

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

Return Value

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