FamilyInstanceCanFlipWorkPlane Property |
Identifies if the instance can flip its work plane.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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