This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLSerializeData Interface > IXMLSerializeData.GetObject Method (ArcObjects .NET 10.4 SDK) |
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