ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Inspector Class / Item Property / Item(Int32) Property
an integer value representing the index
Version

Item(Int32) Property
Returns the current value of attribute. Takes in the index of attribute as the parameter.
Syntax
public object Item( 
   int index
) {get; set;}

Parameters

index
an integer value representing the index

Property Value

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

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also