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.