ArcGIS Pro 2.6 API Reference Guide
Multipatch Class
Members 

ArcGIS.Core.Geometry Namespace : Multipatch Class
A class representing a multipatch.
Object Model
Multipatch ClassGeometry ClassEnvelope ClassMultipatch ClassMultipatch ClassCoordinate3D StructureCoordinate2D StructureReadOnlyPointCollection ClassMapPoint ClassSpatialReference Class
Syntax
public sealed class Multipatch : Geometry 
Public NotInheritable Class Multipatch 
   Inherits Geometry
Remarks

A Multipatch is based upon the parent Geometry class. The Geometry class is immutable which means that you can not change its shape once it is created.

A multipatch is a series of 3-dimensional surfaces. The surfaces may be represented by triangle strips, triangles fans, groups of triangles or groups of rings. In a multipatch there is one triangle strip, triangle fan, or groups of triangles per surface, whereas there can be one or more rings per surface. A single multipatch may comprise combinations of triangle strips, triangle fans, groups of triangles, or groups of rings.

Each part in a multipatch is called a patch. A patch can be a triangle strip, triangle fan, a group of triangles, or a ring. See esriPatchType for more information on patch types.

Inheritance Hierarchy

System.Object
   ArcGIS.Core.Geometry.Geometry
      ArcGIS.Core.Geometry.Multipatch

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Multipatch Members
ArcGIS.Core.Geometry Namespace