Revit 2026 API
Family |
Property to test whether the family instance can be rotated by 180 degrees.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanRotate { get; }
Public ReadOnly Property CanRotate As Boolean Get
public: property bool CanRotate { bool get (); }
member CanRotate : bool with get
Property Value
BooleanSee Also