ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolylineBuilderEx Class / FromXml Method
XML string representation of a Polyline
Version

    FromXml Method (PolylineBuilderEx)
    Creates a new instance of a Polyline class from an XML string representation.
    Syntax
    public static Polyline FromXml( 
       string xmlString
    )

    Parameters

    xmlString
    XML string representation of a Polyline

    Return Value

    Exceptions
    ExceptionDescription
    The xmlString is empty or null.
    XML is invalid or does not represent a polyline string.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also