ArcGIS Pro 2.9 API Reference Guide
ApplyAsync Method

ArcGIS.Desktop.Editing.Attributes Namespace > Inspector Class : ApplyAsync Method
Apply the attribute changes. Writing them back to the database in an Edit Operation.
Syntax
public Task<bool> ApplyAsync()
Public Function ApplyAsync() As Task(Of Boolean)

Return Value

A Task returning a Boolean indicating whether the value was applied to the database.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Inspector Class
Inspector Members