ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipatchBuilderEx Class / From3DObjectXML Method
The XML representation of the 3D object.
Version

From3DObjectXML Method
Creates a new instance of a Multipatch class from a 3D object XML representation.
Syntax
public static Multipatch From3DObjectXML( 
   string xml
)

Parameters

xml
The XML representation of the 3D object.

Return Value

The model geometry. Null will be returned if the XML object can not be decoded.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.2 or higher.
See Also