ArcGIS Pro 3.7 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 ReadOnly Property ProfileVariablesUsed As IReadOnlyCollection(Of String)
    public IReadOnlyCollection<string> ProfileVariablesUsed {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also