ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginRow Class / Values Property

In This Topic
    Values Property (PluginRow)
    In This Topic
    Gets or sets the values representing a specific row in a plug-in table.
    Syntax
    public IReadOnlyList<object> Values {get; set;}
    Public Property Values As IReadOnlyList(Of Object)

    Property Value

    The number of values in the list and the type of each value should match those returned by GetFields.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also