public Map ConvertMapFromItem( MapProjectItem mapItem, MapConversionType convertTo, bool openView )
Public Function ConvertMapFromItem( _ ByVal mapItem As MapProjectItem, _ ByVal convertTo As MapConversionType, _ ByVal openView As Boolean _ ) As Map
Parameters
- mapItem
- The map item to convert
- convertTo
- The type to convert the map item to
- openView
- true to open a map pane for the newly converted map item
Return Value
The converted Map