ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / CircuitSection Class / Item Property / Item(String) Property
The field name or field alias.

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the value of a user field with the given name or alias. This property must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Property Item( _
       ByVal fieldName As String _
    ) As Object
    public object Item( 
       string fieldName
    ) {get; set;}

    Parameters

    fieldName
    The field name or field alias.

    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