ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControlContentFactory Class / Create Method / Create(Item) Method
The item for the map control.

In This Topic
    Create(Item) Method
    In This Topic
    Create item content for the TableControl.
    Syntax
    public static TableControlContent Create( 
       Item item
    )
    Public Overloads Shared Function Create( _
       ByVal item As Item _
    ) As TableControlContent

    Parameters

    item
    The item for the map control.

    Return Value

    The TableControlContent for the TableControl.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also