FamilyInstanceIsWorkPlaneFlipped Property |
Identifies if the instance's work plane is flipped.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
See Also