Overload | Description |
---|---|
InsertPart(Int32,IEnumerable<Segment>) | Inserts a part constructed from the enumeration of segments to the MultipartBuilderEx. The part will be inserted into the Parts list. |
InsertPart(Int32,IEnumerable<Coordinate2D>) | Inserts a part constructed from the enumeration of coordinates to the MultipartBuilderEx. The part will be inserted into the Parts list. |
InsertPart(Int32,IEnumerable<Coordinate3D>) | Inserts a part constructed from the enumeration of coordinates. The part will be inserted into the Parts list. |
InsertPart(Int32,IEnumerable<MapPoint>) | Inserts a part constructed from the enumeration of points. The part will be inserted into the Parts list. |