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


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

IXMLSerializeData.GetObject Method

Obtains element value as an object instance.

[Visual Basic .NET]
Public Function GetObject ( _
    ByVal index As Integer, _
    ByVal typeNamespace As String, _
    ByVal TypeName As String _
) As Object
[C#]
public object GetObject (
    int index,
    string typeNamespace,
    string TypeName
);
[C++]
HRESULT GetObject(
  long index,
  BSTR typeNamespace,
  BSTR TypeName
);
[C++]
Parameters
index [in]

index is a parameter of type long 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

IXMLSerializeData Interface