ArcGIS Pro 3.7 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 ReadOnly Property MapMember As MapMember
    public MapMember MapMember {get;}
    Remarks
    Returns null if the table view has been 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 mapMember if the table view is linked to a map.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also