get Attributes
An array of attributes used in the script for a given profile variable. To fully support the wildcard expansion in the expects statement, calculation of used attributes on a profile variable requires an object that can supply a full set of attribute names.
Return
The task object representing the asynchronous retrieval of the attributes looked up on a profile variable in the script. The value of the task result is a List
Since
200.1.0
Parameters
The name of the profile variable whose used attributes are required.
A com.arcgismaps.data.FeatureTable from which we can obtain a list of all attribute names for the profile variable.
An array of attributes used in the script for a given profile variable. To fully support the wildcard expansion in the expects statement, calculation of used attributes on a profile variable requires an object that can supply a full set of attribute names.
Return
The task object representing the asynchronous retrieval of the attributes looked up on a profile variable in the script. The value of the task result is a List
Since
200.1.0
Parameters
The name of the profile variable whose used attributes are required.
A com.arcgismaps.mapping.GeoElement from which we can obtain a list of all attribute names for the profile variable.