ArcGIS Pro 2.7 API Reference Guide
IsMapMemberSupported Method

ArcGIS.Desktop.Editing Namespace > TableControlContentFactory Class : IsMapMemberSupported Method
The MapMember to check.
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 10, Windows 8.1

See Also

Reference

TableControlContentFactory Class
TableControlContentFactory Members