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


IVariantStream.Read Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IVariantStream.Read Method

Reads a value from a stream.

[Visual Basic .NET]
Public Function Read ( _
) As Object
[C#]
public object Read (
);
[C++]
HRESULT Read(
  VARIANT* Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type VARIANT

Product Availability

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

See Also

IVariantStream Interface