Method GetFieldValue
GetFieldValue(PopupField)
Gets the attribute value for the field.
Declaration
public object GetFieldValue(PopupField field)
Parameters
Type | Name | Description |
---|---|---|
Popup |
field | The geoelement's Popup |
Returns
Type | Description |
---|---|
System. |
The field value for the given Popup |
Remarks
If the field is part of a Coded
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |
GetFieldValue(String, PopupElement)
Returns the attribute value for the field specified by a name.
Declaration
public object GetFieldValue(string fieldName, PopupElement popupElement)
Parameters
Type | Name | Description |
---|---|---|
System. |
fieldName | The name of the field. |
Popup |
popupElement | The pop-up element to look up for the field.
This argument is useful only if the pop-up element is coming from an Arcade expression evaluation
that can return a list of attributes (see Evaluated |
Returns
Type | Description |
---|---|
System. |
The field value for the given Popup |
Remarks
If any field is using expressions, use Evaluate
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |