This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IO > IObjectStream Interface > IObjectStream.ReplaceObject Method (ArcObjects .NET 10.4 SDK) |
Replaces the current object with the object in the the specified stream.
[Visual Basic .NET] Public Sub ReplaceObject ( _ ByVal unknown As Object _ )
[C#] public void ReplaceObject ( object unknown );
[C++]
HRESULT ReplaceObject(
LPUNKNOWN unknown
);
[C++]
Parameters unknown [in] unknown is a parameter of type LPUNKNOWN