ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / CoordinateSystemsControlProperties Class / Map Property

In This Topic
    Map Property (CoordinateSystemsControlProperties)
    In This Topic
    Gets and sets the map whose layers will be used to populate the 'Layers' leaf in the CoordinateSystemsControl.
    Syntax
    public Map Map {get; set;}
    Public Property Map As Map
    Remarks
    Map is optional. The default is null. If a map is set then its layers will populate the Layers leaf node in the CoordinateSystemsControl otherwise no layers are shown.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also