HostedSweepVerticalFlipped Property |
Retrieve the vertical flip status of the hosted sweep object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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