This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IExternalDeserializer Interface > IExternalDeserializer.ReadObject Method (ArcObjects .NET 10.4 SDK) |
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(
GUID riid,
IPropertySet* pProps,
LPUNKNOWN* ppUnk
);
[C++]
Parameters riid [in]
riid is a parameter of type GUID pProps [in]
pProps is a parameter of type IPropertySet ppUnk [out, retval] ppUnk is a parameter of type LPUNKNOWN