Revit 2025 API
Family |
Identifies if the instance can flip its work plane.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool CanFlipWorkPlane { get; }
Public ReadOnly Property CanFlipWorkPlane As Boolean Get
public: property bool CanFlipWorkPlane { bool get (); }
member CanFlipWorkPlane : bool with get
Property Value
BooleanSee Also