ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / CodedValueDomain Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Looks up a CodedValue by Name.
    Syntax
    public object Item( 
       string name
    ) {get;}
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Object

    Parameters

    name

    Property Value

    The GDB value of that CodedValue
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also