FamilyInstance.IsWorkPlaneFlipped Property

FamilyInstanceIsWorkPlaneFlipped Property

Identifies if the instance's work plane is flipped.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsWorkPlaneFlipped { get; set; }
Public Property IsWorkPlaneFlipped As Boolean
	Get
	Set
public:
property bool IsWorkPlaneFlipped {
	bool get ();
	void set (bool value);
}
member IsWorkPlaneFlipped : bool with get, set

Property Value

Boolean
Exceptions
ExceptionCondition
InapplicableDataException Work plane cannot be flipped for this instance.
See Also