ArcGIS Pro 2.6 API Reference Guide
FromXML Method (Multipatch)

ArcGIS.Core.Geometry Namespace > Multipatch Class : FromXML Method
XML string representation of Multipatch. The XML string can be a binary XML string.
Creates a new instance of a Multipatch class from an XML string representation.
Syntax
public static Multipatch FromXML( 
   string XMLString
)
Public Shared Function FromXML( _
   ByVal XMLString As String _
) As Multipatch

Parameters

XMLString
XML string representation of Multipatch. The XML string can be a binary XML string.

Return Value

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

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Multipatch Class
Multipatch Members