This document is archived and information here might be outdated.  Recommended version.


IXMLTypeMapper.ToObject Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLTypeMapper.ToObject Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IXMLTypeMapper Interface