ArcGIS Pro 3.7 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 Overloads ReadOnly Property Item( _
       ByVal value As Object _
    ) As String
    public string Item( 
       object value
    ) {get;}

    Parameters

    value

    Property Value

    The Name of the CodedValue.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also