Show / Hide Table of Contents

Method HasUndeterminedAttributeReferences

HasUndeterminedAttributeReferences(string)

Returns true if the script contains ambiguous or undetermined attribute references.

Declaration
public bool HasUndeterminedAttributeReferences(string variableName)
Parameters
Type Name Description
string variableName

The name of the profile variable whose used attributes are required.

Returns
Type Description
bool

A boolean value indicating whether the collection of attributes returned by GetAttributesAsync is incomplete.

Remarks

In some Arcade scripts it is difficult to determine which attributes are used. This function returns true in these cases, to indicate that all attributes for the given profile variable may be necessary for successful evaluation.

When this function returns true, the collection of attributes returned by GetAttributesAsync may not be complete.

When this function returns false, assume that the collection of attributes returned by GetAttributesAsync is complete.

See Also
GetAttributesAsync(string, FeatureTable)
GetAttributesAsync(string, GeoElement)

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.