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

In This Topic
    From3DObjectXML Method
    In This Topic
    Creates a new instance of a Multipatch class from a 3D object XML representation.
    Syntax
    public static Multipatch From3DObjectXML( 
       string xml
    )
    Public Shared Function From3DObjectXML( _
       ByVal xml As String _
    ) As Multipatch

    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