ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / MapControlContentFactory Class / Create Method / Create(MapView) Method
The MapView for the MapControl.

In This Topic
    Create(MapView) Method
    In This Topic
    Create Map content for the MapControl.
    Syntax
    Public Overloads Shared Function Create( _
       ByVal mapView As MapView _
    ) As MapControlContent
    public static MapControlContent Create( 
       MapView mapView
    )

    Parameters

    mapView
    The MapView for the MapControl.

    Return Value

    The MapControlContent for the MapControl.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also