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


IRasterPicture.LoadPicture Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRasterPicture Interface > IRasterPicture.LoadPicture Method
ArcGIS Developer Help

IRasterPicture.LoadPicture Method

Loads the picture.

[Visual Basic .NET]
Public Function LoadPicture ( _
    ByVal fileName As String _
) As stdole.IPicture
[C#]
public stdole.IPicture LoadPicture (
    string fileName
);
[C++]
HRESULT LoadPicture(
  BSTR fileName
);
[C++]
Parameters
fileName [in]

fileName is a parameter of type BSTR

Product Availability

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

See Also

IRasterPicture Interface