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


IAVObjectConverter.Map Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IA > IAVObjectConverter Interface > IAVObjectConverter.Map Property
ArcGIS Developer Help

IAVObjectConverter.Map Property

The converted map at the given index.

[Visual Basic .NET]
Public Function get_Map ( _
    ByVal index As Integer _
) As IMap
[C#]
public IMap get_Map (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObjectConverter Interface