Revit 2025 API
Hosted |
Retrieve the horizontal flip status of the hosted sweep object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HorizontalFlipped { get; }
Public ReadOnly Property HorizontalFlipped As Boolean Get
public: property bool HorizontalFlipped { bool get (); }
member HorizontalFlipped : bool with get
Property Value
BooleanSee Also