Name | Description | |
---|---|---|
MultipatchBuilder Constructor | Initializes a new instance of the MultipatchBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
The following tables list the members exposed by MultipatchBuilder.
Name | Description | |
---|---|---|
MultipatchBuilder Constructor | Initializes a new instance of the MultipatchBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
Name | Description | |
---|---|---|
GeometryType | Overridden. Gets the geometry type. Always returns GeometryType.Multipatch. | |
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
HasID | Gets or sets the HasID flag of the instance. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>) | |
HasM | Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>) | |
HasZ | Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>) | |
IsEmpty | Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>) | |
SpatialReference | Gets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>) |
Name | Description | |
---|---|---|
Clone | Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateMultipatch | Convenience method to create a new instance of the Multipatch class. | |
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
FromBinaryXML | Creates a new instance of a Multipatch class from a binary XML string representation. | |
FromEsriShape | Creates a new instance of a Multipatch class from an Esri shape buffer. | |
FromXML | Creates a new instance of a Multipatch class from an XML string representation. | |
SetEmpty | Sets the geometry of this builder to empty. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>) | |
ToGeometry | Overridden. Returns a Multipatch instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run. |