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

In This Topic
    FromXml Method (PolylineBuilderEx)
    In This Topic
    Creates a new instance of a Polyline class from an XML string representation.
    Syntax
    public static Polyline FromXml( 
       string xmlString
    )
    Public Shared Function FromXml( _
       ByVal xmlString As String _
    ) As Polyline

    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