Revit 2026 API
Family |
Identifies if the instance's work plane is flipped.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsWorkPlaneFlipped { get; set; }
Public Property IsWorkPlaneFlipped As Boolean Get Set
public: property bool IsWorkPlaneFlipped { bool get (); void set (bool value); }
member IsWorkPlaneFlipped : bool with get, set
Property Value
Boolean| Exception | Condition |
|---|---|
| InapplicableDataException | Work plane cannot be flipped for this instance. |
See Also