MultipartBuilderEx Class Members
In This Topic
The following tables list the members exposed by MultipartBuilderEx.
Public Properties
| Name | Description |
| GeometryType |
Gets the type of geometry that will be created from this builder.
(Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |
| HasID | Overridden.
Gets or sets the HasID flag which indicates whether the geometry contains IDs.
|
| HasM | Overridden.
Gets or sets the HasM flag which indicates whether the geometry contains Ms.
|
| HasZ | Overridden.
Gets or sets the HasZ flag which indicates whether the geometry contains Zs.
|
| IsEmpty | Overridden.
Gets a boolean which indicates if this instance is empty or not.
This instance is empty if it has zero parts.
|
| PartCount |
Gets the number of parts.
|
| Parts |
Gets or sets the list of parts that define this builder.
|
| SpatialReference | Gets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |
Top
Public Methods
See Also