FamilyInstanceCanFlipWorkPlane Property |
Identifies if the instance can flip its work plane.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool CanFlipWorkPlane { get; }
Public ReadOnly Property CanFlipWorkPlane As Boolean
Get
public:
property bool CanFlipWorkPlane {
bool get ();
}
member CanFlipWorkPlane : bool with get
Property Value
Boolean
See Also