ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBag Class / ToEsriShape Method / ToEsriShape(Byte[]) Method
The buffer to which the geometry will be written. The buffer must be large enough to hold the Esri shapefile formatted version of the input geometry.
Version

    ToEsriShape(Byte[]) Method
    Converts this GeometryBag into an Esri shape formatted binary byte buffer and returns the size of the shapeBuffer.
    Syntax
    public override long ToEsriShape( 
       ref byte[] shapeBuffer
    )

    Parameters

    shapeBuffer
    The buffer to which the geometry will be written. The buffer must be large enough to hold the Esri shapefile formatted version of the input geometry.

    Return Value

    The number of bytes used to store this instance in the input shapeBuffer.
    Exceptions
    ExceptionDescription
    The method is not implemented for GeometryBag.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also