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


IPictureElement5.ImportFromVariant Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPictureElement5 Interface > IPictureElement5.ImportFromVariant Method
ArcGIS Developer Help

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