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


IVariantStream.Read 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.Read Method
ArcGIS Developer Help

IVariantStream.Read Method

Reads a value from a stream.

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

Product Availability

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

See Also

IVariantStream Interface