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


IXMLTypeMapper.ToObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.ToObject Method
ArcGIS Developer Help

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
);
[C++]
Parameters
NamespaceURI [in]

NamespaceURI is a parameter of type BSTR TypeName [in]
TypeName is a parameter of type BSTR

Product Availability

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

See Also

IXMLTypeMapper Interface