ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / MapUnitFormatChangedEventArgs Class / Map Property

In This Topic
    Map Property (MapUnitFormatChangedEventArgs)
    In This Topic
    Gets the map whose unit format was changed.
    Syntax
    public Map Map {get;}
    Public ReadOnly Property Map As Map
    Remarks
    Unit format changes can also occur when a map is not active or before a map is initialized in which case the Map property can be null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also