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

In This Topic
    Multipart Class
    In This Topic
    An abstract base class for multipart geometry types.
    Object Model
    Multipart ClassGeometry ClassEnvelope ClassReadOnlyPartCollection ClassReadOnlySegmentCollection ClassReadOnlyPointCollection ClassMapPoint ClassSpatialReference Class
    Syntax
    public abstract class Multipart : Geometry 
    Public MustInherit Class Multipart 
       Inherits Geometry
    Remarks

    A Multipart 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. If you need to modify a Multipart once it has been created, use the MultipartBuilderEx class instead. The MultipartBuilderEx.ToGeometry method will provide you with the base Geometry object.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.Geometry
          ArcGIS.Core.Geometry.Multipart
             ArcGIS.Core.Geometry.Polygon
             ArcGIS.Core.Geometry.Polyline

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also