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


IExternalDeserializer.ReadObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IExternalDeserializer Interface > IExternalDeserializer.ReadObject Method
ArcGIS Developer Help

IExternalDeserializer.ReadObject Method

Deserialize an object. riid references an interface to use. If interface is not supported, E_NOTIMPL is returned.

[Visual Basic .NET]
Public Function ReadObject ( _
    ByVal riid As Guid, _
    ByVal pProps As IPropertySet _
) As Object
[C#]
public object ReadObject (
    Guid riid,
    IPropertySet pProps
);
[C++]
HRESULT ReadObject(
  System.Guid riid,
  IPropertySet* pProps
);
[C++]
Parameters
riid [in]

riid is a parameter of type System.Guid pProps [in]
pProps is a parameter of type IPropertySet*

Product Availability

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

See Also

IExternalDeserializer Interface