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


In This Topic
    Patch Class Members
    In This Topic

    The following tables list the members exposed by Patch.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the IList of coordinates that define this patch.  
    Public Property Gets or sets the IList of ID-values.  
    Public Property Gets or sets the material for this patch by reference.  
    Public Property Gets or sets the IList of M-values.  
    Public Property Gets or sets the IList of normals.  
    Public Property Gets or sets a value representing the priority of this patch. The default value is zero.  
    Public Property Gets or sets the patch type.  
    Public Property Gets or sets the IList of 2D texture coordinates.  
    Top
    Public Methods
     NameDescription
    Public Method Adds a point to the patch.  
    Public Method Gets the point at the specified index.  
    Public Method Inserts a point at the specified index.  
    Public Method Inserts a range of points at the specified index.  
    Public Method Determines if this patch is equal to the other patch.  
    Public Method Removes a range of points.  
    Public Method Sets a point at the specified index.  
    Public MethodEnsures this Patch has the same attributes as the input MultipatchBuilderEx.  
    Top
    See Also