ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IMapFactory Interface / CanConvertMapFromItem Method
The map item to test
The type to convert the map item to

In This Topic
    CanConvertMapFromItem Method (IMapFactory)
    In This Topic
    Determines whether the map item can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Function CanConvertMapFromItem( _
       ByVal mapItem As MapProjectItem, _
       ByVal convertTo As MapConversionType _
    ) As Boolean

    Parameters

    mapItem
    The map item to test
    convertTo
    The type to convert the map item to

    Return Value

    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    The following conversions are supported (the map referenced by the map item is tested): o Map -> Base map, Scene (Global), Scene (Local)
    o BaseMap -> Map
    o Scene (Global) -> Map
    o Scene (Local) -> Map
    Specifying an invalid conversion type will return false
    Note: If MapConversionType.SceneGlobal is specified, if the map item's map spatial reference contains a vertical coordinate system, the VCS is checked to see if it is compatible with a global scene. If it is not, the method will also return false
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also