ArcGIS Pro 3.7 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 ReadOnly Property RangeNames As List(Of String)
    public List<string> RangeNames {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also