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

In This Topic
    IsMapMemberSupported Method
    In This Topic
    Determines if the Item can 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, Windows 8.1

    See Also