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


IAVObjectConverter.Map Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

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