FamilyInstanceIsWorkPlaneFlipped Property

Identifies if the instance's work plane is flipped.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsWorkPlaneFlipped { get; set; }

Property Value

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