Overload | Description |
---|---|
AddPart(IEnumerable<Segment>) | Adds a part constructed from the enumeration of segments to the MultipartBuilder. This method must be called on the MCT. Use QueuedTask.Run. |
AddPart(IEnumerable<Coordinate2D>) | Adds a part constructed by creating line segments from the enumeration of coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
AddPart(IEnumerable<Coordinate3D>) | Adds a part constructed by creating line segments from the enumeration of coordinates. This method must be called on the MCT. Use QueuedTask.Run. |
AddPart(IEnumerable<MapPoint>) | Adds a part constructed from the enumeration of straight line segments constructed between the enumeration of MapPoints to the MultipartBuilder. This method must be called on the MCT. Use QueuedTask.Run. |