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


IMemoryBlobStreamVariant.ImportFromVariant Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IMemoryBlobStreamVariant.ImportFromVariant Method

Imports from the array of bytes in the variant.

[Visual Basic .NET]
Public Sub ImportFromVariant ( _
    ByVal Value As Object _
)
[C#]
public void ImportFromVariant (
    object Value
);
[C++]
HRESULT ImportFromVariant(
  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

IMemoryBlobStreamVariant Interface