ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControlContentFactory Class / Create Method / Create(MapMember) Method
The MapMember for the TableControl.

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

    Parameters

    mapMember
    The MapMember for the TableControl.

    Return Value

    The TableControlContent for the TableControl.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also