ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControlContentFactory Class / IsMapMemberSupported Method
The MapMember to check.

In This Topic
    IsMapMemberSupported Method
    In This Topic
    Gets if the map member can be displayed by the TableControl.
    Syntax
    public static bool IsMapMemberSupported( 
       MapMember mapMember
    )
    Public Shared Function IsMapMemberSupported( _
       ByVal mapMember As MapMember _
    ) As Boolean

    Parameters

    mapMember
    The MapMember to check.

    Return Value

    True value indicates that the item can be displayed by the control.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also