ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class / MapMember Property

In This Topic
    MapMember Property (TableView)
    In This Topic
    Gets the Layer or StandaloneTable source of the table view.
    Syntax
    public MapMember MapMember {get;}
    Public ReadOnly Property MapMember As MapMember
    Remarks
    Returns null if the table view has beeen directly constructed from an item within a geodatabase. This type of table view is not linked to a map. Use Item to retrieve the data source in this scenario. Returns a valid mapMbmer if the table view is linked to a map.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also