ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectUnitFormatsChangedEventArgs Class / DefaultsChangedHint Property

In This Topic
    DefaultsChangedHint Property
    In This Topic
    Gets which project default unit formats were changed to different unit formats
    Syntax
    public IEnumerable<UnitFormatType> DefaultsChangedHint {get;}
    Public ReadOnly Property DefaultsChangedHint As IEnumerable(Of UnitFormatType)
    Remarks
    If the list is empty then no defaults were changed.
    Note: ProjectUnitFormatsChangedEvent is also fired in response to changes made via the Project Options UI off backstage. The DefaultsChangedHint will contain all ArcGIS.Desktop.Core.UnitFormats.UnitFormatType values for an event originating from the Options UI.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also