Define curtain wall boundary frame position.
    typedef enum {
        APICW_Boundary_Unknown,
        APICW_Boundary_OutSide,
        APICW_Boundary_Center,
        APICW_Boundary_Inside
    } API_CWBoundaryFramePosTypeID;
    
Members
- APICW_Boundary_Unknown
- Unknown.
- APICW_Boundary_OutSide
- Boundary frames are on the outside of the grid.
- APICW_Boundary_Center
- Boundary frames are on the center of the grid.
- APICW_Boundary_Inside
- Boundary frames are on the inside of the grid.
Remarks
The API_CWBoundaryFramePosTypeID type is used in the API_CWSegmentType structure.
Requirements
- Version: API 12.0 or later
- Header: APIdefs_Elements.h
See Also
API_CWGridLineAssignType, API_CWPlacement_Type
API_CWSegmentCategory,
    API_CWSegmentGridOrigPosTypeID
API_CWSegmentType, API Types