Show / Hide Table of Contents

Method UpdateValue

UpdateValue(Object)

Updates the value of a field in the feature associated with the FieldFormElement.

Declaration
public void UpdateValue(object value)
Parameters
Type Name Description
System.Object value

The value with which to update the Field.

Remarks

This function expects you to pass at least the correct type of value for the field. After the value is updated, EvaluateExpressionsAsync() should be called in order to update any dependent properties.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.4 - 200.7
.NET200.4 - 200.7
.NET Windows200.4 - 200.7
.NET Android200.4 - 200.7
.NET iOS200.4 - 200.7
.NET Framework200.4 - 200.7
UWP200.4 - 200.7
In This Article
Back to top Copyright © 2022 Esri.