This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.ToObject Method (ArcObjects .NET 10.4 SDK) |
Creates an object based on XML type information.
[Visual Basic .NET] Public Function ToObject ( _ ByVal NamespaceURI As String, _ ByVal TypeName As String _ ) As Object
[C#] public object ToObject ( string NamespaceURI, string TypeName );
[C++]
HRESULT ToObject(
BSTR NamespaceURI,
BSTR TypeName,
LPUNKNOWN* Value
);
[C++]
Parameters NamespaceURI [in] NamespaceURI is a parameter of type BSTR TypeName [in] TypeName is a parameter of type BSTR Value [out, retval] Value is a parameter of type LPUNKNOWN