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


IVariantStream.Write Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IVariantStream.Write Method

Writes a value to a stream.

[Visual Basic .NET]
Public Sub Write ( _
    ByVal Value As Object _
)
[C#]
public void Write (
    object Value
);
[C++]
HRESULT Write(
  VARIANT Value
);
[C++]

Parameters Value [in] Value is a parameter of type VARIANT

Product Availability

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

See Also

IVariantStream Interface