ArcGIS Pro 2.6 API Reference Guide
FromXML Method (PolylineBuilder)

ArcGIS.Core.Geometry Namespace > PolylineBuilder Class : FromXML Method
XML string representation of a Polyline
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 10, Windows 8.1, Windows 7

See Also

Reference

PolylineBuilder Class
PolylineBuilder Members