Represents a section or elevation element.
    typedef struct {
        API_Elem_Head                  head;
        API_CutPlaneShowType            cutPlShow;
        short                          storyToShowOn;
        short                          filler_1;
        API_SectionSegment             segment;
        API_CutPlaneMarkerShowType     markerShow;
        API_MarkerLinkDataType         linkData;
        Int32                          filler_2;
    } API_CutPlaneType, API_ElevationType;
    
Members
- head
- General element header.
- cutPlShow
- Stories to show cutplane on:
- storyToShowOn  
- Story to show cutplane on, if cutPlShow is APICutPl_ShowOnOneStory.
- segment  
- Section segment.
- markerShow  
- Show side markers or middle marker.
- linkData
- Link information for segments, elevations, details and worksheets.
- filler_2
- Reserved for further use.
Remarks
Most of the original structure members are now in API_SectionSegment
Requirements
- Version: API 11 or later
- Header: APIdefs_Elements.h