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