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; }

Property Value

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