Name | Description | |
---|---|---|
![]() | PolylineBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by PolylineBuilderEx.
Name | Description | |
---|---|---|
![]() | PolylineBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | GeometryType | Overridden. Gets the type of geometry that will be created from this builder. |
![]() | HasID | Gets or sets the HasID flag which indicates whether the geometry contains IDs. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | HasM | Gets or sets the HasM flag which indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | HasZ | Gets or sets the HasZ flag which indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | IsEmpty | Gets a boolean which indicates if this instance is empty or not. This instance is empty if it has zero parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | PartCount | Gets the number of parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | Parts | Gets or sets the list of parts that define this builder. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | SpatialReference | Gets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |
Name | Description | |
---|---|---|
![]() | AddPart | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | 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. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | AddSegment | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | AddSegments | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | Clone | Returns a clone of the builder. |
![]() ![]() | CreatePolyline | Overloaded. |
![]() ![]() | FromEsriShape | Creates a new instance of a Polyline class from an Esri shape buffer. |
![]() | GetSegment | Gets the segment at the specified index. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | InsertPart | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | 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. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | InsertSegment | Overloaded. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | InsertSegments | Inserts a range of segments into an existing part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | IsEqual | Determines if this MultipartBuilderEx instance is equal to other. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | RemovePart | Remove the part specified by partIndex. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | RemoveParts | Removes a range of parts. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | SegmentCount | Gets the number of segments in the specified part. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | SetEmpty | Sets this instance to empty by clearing the Parts list. (Inherited from ArcGIS.Core.Geometry.MultipartBuilderEx) |
![]() | ToGeometry | Overridden. Returns a Polyline instance representing the current state of the builder. |