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

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

    Parameters

    value

    Property Value

    The Name of the CodedValue.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also