Revit 2026 API
Spot |
Verifies that the direction of the dimension can be flipped.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanFlip()
Public Function CanFlip As Boolean
public: bool CanFlip()
member CanFlip : unit -> bool
Return Value
BooleanTrue if the element can be flipped, false otherwise.
Currently, flipping only allowed for non-pinned AlignmentStationLabels.
See Also