Revit 2025 API
Spot |
Verifies that the direction of the dimension can be flipped.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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