Revit 2015 API |
IFCDoorStyleOperation Enumeration |
See Also |
The types of door operations, as defined in IFC2x3. This relates to how the door opens.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2012
Since:
2012
Syntax
C# |
---|
[ObsoleteAttribute("This enum is no longer needed for interaction with native code, and has been redefined in Revit.IFC.Export.Toolkit.")] public enum IFCDoorStyleOperation |
Visual Basic |
---|
<ObsoleteAttribute("This enum is no longer needed for interaction with native code, and has been redefined in Revit.IFC.Export.Toolkit.")> _ Public Enumeration IFCDoorStyleOperation |
Visual C++ |
---|
[ObsoleteAttribute(L"This enum is no longer needed for interaction with native code, and has been redefined in Revit.IFC.Export.Toolkit.")] public enum class IFCDoorStyleOperation |
Members
Member name | Description |
---|---|
SingleSwingLeft | Single swing door to the left. |
SingleSwingRight | Single swing door to the right. |
DoubleDoorSingleSwing | Double door, single swing. |
DoubleDoorSingleSwingOppositeLeft | Double door, single swing opposite left. |
DoubleDoorSingleSwingOppositeRight | Double door, single swing opposite right. |
DoubleSwingLeft | Double door swing left. |
DoubleSwingRight | Double door swing right. |
DoubleDoorDoubleSwing | Double door double swing. |
SlidingToLeft | Sliding door, sliding to the left. |
SlidingToRight | Sliding door, sliding to the right. |
DoubleDoorSliding | Sliding double door. |
FoldingToLeft | Folding door to the left. |
FoldingToRight | Folding door to the right. |
DoubleDoorFolding | Double folding door. |
Revolving | Revolving Door. |
RollingUp | Door rolls up. |
UserDefined | User-defined door operation. |
NotDefined | Undefined door operation. |