ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / CircuitSection Class / Item Property / Item(Int32) Property
The index of the user field.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the value of a user field at the given index. This property must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As Object
    public object Item( 
       int index
    ) {get; set;}

    Parameters

    index
    The index of the user field.

    Property Value

    The value of the user field.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also