ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Multipatch Class


In This Topic
    Multipatch Class Methods
    In This Topic

    For a list of all members of this type, see Multipatch members.

    Public Methods
     NameDescription
    Public Method Clones this geometry instance. As geometry objects are immutable and hence never change, the clone returned will be this object rather than a copy of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Copy all the coordinates of all the parts to a list of coordinates.  
    Public Method Gets the color of the specified material.  
    Public Method Gets the edge color of the specified material.  
    Public Method Gets the edge width of the specified material.  
    Public Method Gets the shininess of the specified material.  
    Public Method Gets a byte buffer representing the texture image for the specifed material.  
    Public Method Gets the number of bytes per pixel of the texture contained in the specified material.  
    Public Method Gets the number of columns (width in pixels) of the texture image contained in the specified material.  
    Public Method Gets the compression type of the byte buffer for the texture of the specified material.  
    Public Method Gets the number of rows (height in pixels) of the texture contained in the specified material index.  
    Public Method Gets the overall transparency in percent (truncated as an integer) of the specified material.  
    Public Method Gets the index of the material for the specified patch (part).  
    Public Method Gets the normal coordinate for the specified patch (part) at the point index.  
    Public Method Gets a collection of coordinates representing the vertices of the normals for the specified patch (part).  
    Public Method Gets the number of points for the specified patch (part).  
    Public Method Gets a value representing the priority of the specified patch (part).  
    Public Method Gets index of the start point into this multipatch's point collection for the specified patch (part).  
    Public Method Gets the texture coordinate for the specified patch (part) at the point index.  
    Public Method Gets a collection of coordinates representing the texture coordinates for the specified patch (part).  
    Public Method Gets the number of texture coordinates for the specified patch (part).  
    Public Method Gets the patch type for the specified patch (part).  
    Public MethodOverloaded.   
    Public Method Gets a value representing if back-face culling is persisted as a property of the specified material.  
    Public Method Gets a value indicating if the specified material contains a texture image.  
    Public Method Get a 3D object XML representation of this instance in the format provided.  
    Public Method Serializes this geometry instance into an ArcGIS binary XML geometry representation.  
    Public MethodOverloaded. Overridden.   
    Public MethodSerializes this geometry instance into an ArcGIS JSON geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Public Method Serializes this geometry instance into an ArcGIS XML geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry)
    Top
    See Also