ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipatchBuilderEx Class
Properties Methods


In This Topic
    MultipatchBuilderEx Class Members
    In This Topic

    The following tables list the members exposed by MultipatchBuilderEx.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Multipatch.  
    Public PropertyOverridden. Gets or sets a value indicating if the MultipatchBuilderEx recognizes ID-values also known as ID-awareness.  
    Public PropertyOverridden. Gets or sets a value indicating if the MultipatchBuilderEx recognizes M-values also known as M-awareness.  
    Public PropertyGets or sets a value indicating if the MultipatchBuilderEx recognizes normals.  
    Public PropertyGets a value indicating if any of the patches in the MultipatchBuilderEx has 2D texture coordinates.  
    Public PropertyOverridden. Gets a value indicating if the MultipatchBuilderEx recognizes Z-values also known as Z-awareness.  
    Public PropertyOverridden.  Returns true if this instance is empty (has no patches).  
    Public Property Gets or sets the list of patches for this instance.  
    Public PropertyGets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
    Top
    Public Methods
     NameDescription
    Public MethodA convenience method to add a point to the specified Patch.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipatch class from a supported 3D model file.  
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a Multipatch class from a 3D object XML representation.  
    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 MethodA convenience method to return the number of vertices in the specified Patch.  
    Public MethodA convenience method to get the MapPoint from the specified patch at the specified point index.  
    Public MethodA convenience method to insert a point in the specified Patch.  
    Public MethodA convenience method to insert a collection of points into the specified Patch.  
    Public MethodOverloaded.   
    Public MethodCreates an empty Patch that inherits attribute awareness from this builder.  
    Public MethodReturns an array of patch indices that reference the given Material instance.  
    Public MethodReturns an array of patch indices that reference the given TextureResource instance.  
    Public MethodA convenience method to remove points from the specified Patch  
    Public MethodOverridden.  Sets this instance to empty.  
    Public MethodA convenience method to update the components of a point in the specified Patch.  
    Public MethodSynchronizes attribute awareness of Patches to match attribute awareness of the MultipatchBuilderEx.  
    Public MethodReturns a Multipatch instance representing the current state of this builder.  
    Top
    See Also