Revit 2025 API
Cylindrical |
True if the helix is right handed, false if the helix is left handed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsRightHanded { get; }
Public ReadOnly Property IsRightHanded As Boolean Get
public: property bool IsRightHanded { bool get (); }
member IsRightHanded : bool with get
Property Value
BooleanSee Also