ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolylineBuilderEx Class / FromEsriShape Method
Esri shape buffer representation of Polyline.
(Optional)The spatial reference of the Polyline.
Version

    FromEsriShape Method (PolylineBuilderEx)
    Creates a new instance of a Polyline class from an Esri shape buffer.
    Syntax
    public static Polyline FromEsriShape( 
       byte[] esriShapeBuffer,
       SpatialReference spatialReference
    )

    Parameters

    esriShapeBuffer
    Esri shape buffer representation of Polyline.
    spatialReference
    (Optional)The spatial reference of the Polyline.

    Return Value

    Exceptions
    ExceptionDescription
    The esriShapeBuffer is empty or null.
    Esri shape buffer is invalid or does not represent a polyline.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also