Get Attribute Values Activity
Description:
Obtains attribute values as objects from a FeatureSet or collection of Graphics.
Inheritance Hierarchy:
System.Object
System.Activities.Activity
System.Activities.CodeActivity
Geocortex.Workflow.Activities.GetAttributeValues<object>
Geocortex.Workflow.Activities.GetAttributeValues
Function:
This activity allows you to obtain the values of the specified attribute from a FeatureSet
. This activity always returns the values as an IList<object>
.
In a Workflow:
You would use this activity to construct a list of attribute values from a FeatureSet
to pass to another activity such as Query Task or Display Form.
Properties:
Name | Description |
---|---|
In Arguments |
|
Attribute |
The name of the attribute to obtain values for. |
FeatureSet |
The |
Misc |
|
Display Name |
GetAttributeValues You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain. |
Out Arguments |
|
Values |
The attribute values. |
Version Information:
Supported from: Geocortex Essentials 3.10.