ArcObjects Library Reference (System)  

IObjectStream.ReplaceObject Method

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

Product Availability

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

See Also

IObjectStream Interface