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


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

IXMLSerializer.ReadObjectByType Method

Reads an object from XML given an XML type.

[Visual Basic .NET]
Public Function ReadObjectByType ( _
    ByVal pReader As IXMLReader, _
    ByVal environment As IPropertySet, _
    ByVal flags As IXMLFlags, _
    ByVal typeNamespace As String, _
    ByVal TypeName As String _
) As Object
[C#]
public object ReadObjectByType (
    IXMLReader pReader,
    IPropertySet environment,
    IXMLFlags flags,
    string typeNamespace,
    string TypeName
);
[C++]
HRESULT ReadObjectByType(
  IXMLReader* pReader,
  IPropertySet* environment,
  IXMLFlags* flags,
  BSTR typeNamespace,
  BSTR TypeName
);
[C++]
Parameters
pReader [in]

pReader is a parameter of type IXMLReader* environment [in]
environment is a parameter of type IPropertySet* flags [in]
flags is a parameter of type IXMLFlags* typeNamespace [in]
typeNamespace 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

IXMLSerializer Interface