Loads an object from an XML string.
[Visual Basic .NET] Public Function LoadFromString ( _ ByVal XML As String, _ ByVal TypeName As String, _ ByVal TypeNamespaceURI As String _ ) As Object
[C#] public object LoadFromString ( string XML, string TypeName, string TypeNamespaceURI );
[C++]
HRESULT LoadFromString(
BSTR XML,
BSTR TypeName,
BSTR TypeNamespaceURI,
LPUNKNOWN* obj
);
[C++]Parameters
XML [in] XML is a parameter of type BSTR TypeName [in] TypeName is a parameter of type BSTR TypeNamespaceURI [in] TypeNamespaceURI is a parameter of type BSTR obj [out, retval] obj is a parameter of type LPUNKNOWN
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.