Floor plan projection modes of construction elements.
typedef enum {
API_Symbolic,
API_Projected,
API_Hybrid
} API_ElemProjectionModesID;
Members
- API_Symbolic
- Symbolic
- API_Projected
- Projected
- API_Hybrid
- Projected with Symbolic Panels (valid only on API_CurtainWallType.cutProjectionMode)
Remarks
Element projection mode defines how a construction element appears on the floor plan.
Requirements
- Version: API 22 or later
- Header: APIdefs_Elements.h
See Also
API_ElemDisplayOptionsID, API_CurtainWallType
API_FloorPlanCutDefinition, API_StoryVisibility
API Types