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

In This Topic
    Item(Int32) Property
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also