Revit 2022 API |
HostedSweep..::..VerticalFlipped Property |
HostedSweep Class See Also |
Retrieve the vertical flip status of the hosted sweep object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public bool VerticalFlipped { get; } |
Visual Basic |
---|
Public ReadOnly Property VerticalFlipped As Boolean Get |
Visual C++ |
---|
public: property bool VerticalFlipped { bool get (); } |