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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.