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


IMemoryBlobStreamVariant.ExportToVariant Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMemoryBlobStreamVariant Interface > IMemoryBlobStreamVariant.ExportToVariant Method
ArcGIS Developer Help

IMemoryBlobStreamVariant.ExportToVariant Method

Copies the memory to a variant that contains an array of bytes.

[Visual Basic .NET]
Public Sub ExportToVariant ( _
    ByRef Value As Object _
)
[C#]
public void ExportToVariant (
    ref object Value
);
[C++]
HRESULT ExportToVariant(
  Variant* Value
);
[C++]
Parameters
Value [out]

Value is a parameter of type VARIANT*

Product Availability

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

See Also

IMemoryBlobStreamVariant Interface