Name | Description | |
---|---|---|
![]() | AddPart | Overloaded. |
![]() | AddParts | Adds the parts constructed from the set of enumeration of segments to the MultipartBuilderEx. The parts will be added to the end of the Parts list. |
![]() | AddSegment | Overloaded. |
![]() | AddSegments | Overloaded. |
![]() | GetSegment | Gets the segment at the specified index. |
![]() | GetSegmentCount | Gets the number of segments in the specified part. |
![]() | InsertPart | Overloaded. |
![]() | InsertParts | Inserts parts constructed from the set of enumeration of segments to the MultipartBuilderEx. The parts will be inserted to the Parts list before the specified index. |
![]() | InsertSegment | Overloaded. |
![]() | InsertSegments | Inserts a range of segments into an existing part. |
![]() | IsEqual | Overloaded. |
![]() | RemovePart | Remove the part specified by partIndex. |
![]() | RemoveParts | Removes a range of parts. |
![]() | RemoveSegment | Remove the segment at the specified index from the part specified by partIndex. |
![]() | ReplaceSegment | Replace the segment at the specified index from the part specified by partIndex.
Note: Values of partIndex = -1, segmentIndex = -1 replaces the last segment from the last part of the multipart. |
![]() | ReverseOrientation | Changes the direction of the parts without changing the spatial position of the parts. The start point and end point of each segment in each part are interchanged. |
![]() | SetEmpty | Overridden. Sets this instance to empty by clearing the Parts list. |
![]() | SplitAtDistance | Introduces a new vertex into the multipart at a specified distance from the beginning of the multipart. For a split to happen, the split distance must be between the start and end points of the multipart. |
![]() | SplitPartAtDistance | Introduces a new vertex to the part specified by partIndex at a specified distance from the start point of the first segment in the part. For a split to happen, the split distance must be between the start and end points of the part. |
![]() | ToGeometry | Builds a new Geometry instance from the properties of this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |