ArcObjects Library Reference (Carto)  

IMapDescriptions.Add Method

Adds a map description.

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

Parameters

mapDesc [in]

  mapDesc is a parameter of type IMapDescription

Product Availability

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

See Also

IMapDescriptions Interface