Return Value
A Task clearing or emptying the inspector.
ArcGIS.Desktop.Editing.Attributes.Attribute attribute = null; var fi = new Inspector(false); try { await fi.LoadSchemaAsync(lyr); attribute = fi.Attributes.c(a => a.FieldName == "My fieldName"); await fi.ClearAsync(); } finally { fi = null; }
Target Platforms: Windows 10, Windows 8.1