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


IXMLSerializeData.GetObject Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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,
  LPUNKNOWN* Value
);
[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 Value [out, retval] Value is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IXMLSerializeData Interface