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


IVariantStream.Write Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IV > IVariantStream Interface > IVariantStream.Write Method
ArcGIS Developer Help

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