ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / RangeNames Property

In This Topic
    RangeNames Property
    In This Topic
    Gets the range names defined on layers in the map view.
    Syntax
    public List<string> RangeNames {get;}
    Public ReadOnly Property RangeNames As List(Of String)
    Remarks
    This property is empty when there are no layers with a range defined in the map. Provides a unique set of all range names defined on layers in the map.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also