ArcGIS Pro 2.6 API Reference Guide
MultipatchBuilder Class Members
Properties  Methods 


ArcGIS.Core.Geometry Namespace : MultipatchBuilder Class

The following tables list the members exposed by MultipatchBuilder.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the MultipatchBuilder class. This method must be called on the MCT. Use QueuedTask.Run.  
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.Multipatch.  
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Property Gets or sets the HasID flag of the instance. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>)
Public Property Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>)
Public Property Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>)
Public Property Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>)
Public PropertyGets or sets the SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Multipatch>)
Top
Public Methods
 NameDescription
Public Method Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Public Methodstatic (Shared in Visual Basic)Convenience method to create a new instance of the Multipatch class.  
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipatch class from a binary XML string representation.  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipatch class from an Esri shape buffer.  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipatch class from an XML string representation.  
Public Method 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>)
Public MethodOverridden. Returns a Multipatch instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

MultipatchBuilder Class
ArcGIS.Core.Geometry Namespace