ArcObjects Library Reference (Carto)  

IMapImages.Add Method

Adds a map image.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal mapImg As IMapImage _
)
[C#]
public void Add (
    IMapImage mapImg
);
[C++]
HRESULT Add(
  IMapImage* mapImg
);
[C++]

Parameters

mapImg [in]

  mapImg is a parameter of type IMapImage

Product Availability

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

See Also

IMapImages Interface