ArcGIS Pro 2.8 API Reference Guide
Item(String) Property

ArcGIS.Desktop.Editing.Attributes Namespace > Inspector Class > Item Property : Item(String) Property
a string value to search for desired attribute field name
Returns the current value of attribute. Takes in the attribute field name as the parameter.
Syntax
public object Item( 
   string fieldName
) {get; set;}
Public Overloads Property Item( _
   ByVal fieldName As String _
) As Object

Parameters

fieldName
a string value to search for desired attribute field name

Property Value

Current value of the attribute whose field name was passed.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Inspector Class
Inspector Members
Overload List