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


IMapDescriptions.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescriptions Interface > IMapDescriptions.Add Method
ArcGIS Developer Help

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