Represents a 2D polyline.
    typedef struct {
        API_Elem_Head           head;
        API_ExtendedPenType     linePen;
        API_AttributeIndex      ltypeInd;
        bool                    roomSeparator;
        bool                    filler_1[5];
        short                   determination;
        API_ArrowData           arrowData;
        double                  penWeight;
        char                    filler_2[16];
        Int32                   filler_3[8];
        API_Polygon             poly;
        short                   drawSegmentMode;
        short                   filler_4;
        Int32                   filler_5[7];
    } API_PolyLineType;
    
Members
- head
- General element header.
- linePen  
- (Overridden) pen color attribute index.
- ltypeInd
- Line type index.
- roomSeparator
- Room separator line.
- determination  
- Line category:
- 
            APILine_DetOriginDefault line category. Lines in the Drafting line category are not affected by the Line Weight and Section Fill settings chosen in Display Options. APILine_DetInnerLineA skin separator line separates skins of composite structures. Lines in the Skin Separator category will be either hidden or shown depending on the Cut Fill type chosen in Display Options. Also, lines in the Skin Separator category can be optionally placed onto their own layer during DXF/DWG conversion functions. APILine_DetContourLineLines in the Cut line category will be affected if you have chosen the ‘Bold Cut Line’ setting in the Line Weight menu of Display Options. 
- arrowData
- Arrow data for the line ends.
- penWeight
- Pen weight for the line (can override the weight in linePen, otherwise set it toAPI_DefPenWeigth: use default weight of the pen).
- poly
- The polygon of the polyline.
- drawSegmentMode  
- Determine the draw segment mode of the polyline. 0 means draw segments one-by-one, 1 means draw segments continuously.
Requirements
- Version: API 4.1 or later
- Header: APIdefs_Elements.h
See Also
API_AttributeIndex, API_Elem_Head, API_ArrowData, API_Coord,
    API_ExtendedPenType, API_Element,
Element Manager, API Types