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


IPictureElement5.ImportFromVariant Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPictureElement5.ImportFromVariant Method

Import picture from path, url, raster, or blob.

[Visual Basic .NET]
Public Sub ImportFromVariant ( _
    ByVal v As Object _
)
[C#]
public void ImportFromVariant (
    object v
);
[C++]
HRESULT ImportFromVariant(
  VARIANT v
);
[C++]

Parameters v [in] v is a parameter of type VARIANT

Product Availability

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

See Also

IPictureElement5 Interface