ArcObjects Library Reference (System)  

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