ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Arcade Namespace / ArcadeEvaluator Class / ProfileVariablesUsed Property

In This Topic
    ProfileVariablesUsed Property
    In This Topic
    Gets the list of profile variables that are being used in the expression.
    Syntax
    public IReadOnlyCollection<string> ProfileVariablesUsed {get;}
    Public ReadOnly Property ProfileVariablesUsed As IReadOnlyCollection(Of String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also