ArcGIS Pro 2.9 API Reference Guide
Item(Int32) Property

ArcGIS.Desktop.Editing.Attributes Namespace > Inspector Class > Item Property : Item(Int32) Property
an integer value representing the index
Returns the current value of attribute. Takes in the index of attribute as the parameter.
Syntax
public object Item( 
   int index
) {get; set;}
Public Overloads Property Item( _
   ByVal index As Integer _
) As Object

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, Windows 8.1

See Also

Reference

Inspector Class
Inspector Members
Overload List