HostedSweep.VerticalFlipped Property

HostedSweepVerticalFlipped Property

Retrieve the vertical flip status of the hosted sweep object.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool VerticalFlipped { get; }
Public ReadOnly Property VerticalFlipped As Boolean
	Get
public:
property bool VerticalFlipped {
	bool get ();
}
member VerticalFlipped : bool with get

Property Value

Boolean
See Also