ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Geometry Class / ToEsriShape Method / ToEsriShape() Method

In This Topic
    ToEsriShape() Method
    In This Topic
    Returns this geometry as an Esri shape formatted binary byte buffer.
    Syntax
    public abstract byte[] ToEsriShape()
    Public Overloads MustOverride Function ToEsriShape() As Byte()

    Return Value

    The geometry as a formatted binary byte buffer.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also