Obtains an attribute value from a FeatureSet, Graphic or collection of Graphics.
Features |
Required Type: esri.Graphic (3.x, 4.x)* | esri.FeatureSet (3.x, 4.x)* | esri.Graphic[] (3.x, 4.x)* The feature set or collection of graphics to search for the attribute. |
Attribute |
Required Type: String The name of the attribute to get. As of Workflow 5.30, this value is case-insensitive in all client environments. |
Index |
Optional Type: Number The zero-based index of the feature to get the attribute from. If not specified, the first feature will be used. |
* VertiGIS Studio Workflow uses different versions of Esri's ArcGIS API for JavaScript depending on the type of host application. See Underlying Technologies for information.
feature |
Type: esri.Graphic (3.x, 4.x)* The feature containing the first assigned attribute. |
value |
Type: any The value of the specified attribute for the first feature. |
* VertiGIS Studio Workflow uses different versions of Esri's ArcGIS API for JavaScript depending on the type of host application. See Underlying Technologies for information.
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.
See also...