ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StandaloneTable Class
Members

In This Topic
    StandaloneTable Class
    In This Topic
    Represents a table without geometries that can be added to your map.
    Object Model
    StandaloneTable ClassDefinitionQuery ClassCIMDataConnection ClassTimeExtent ClassCIMStandaloneTable ClassSelection ClassTable ClassTimeParameters ClassMap ClassIStandaloneTableContainer InterfaceRowCursor ClassSelection ClassDefinitionQuery Class
    Syntax
    Remarks
    It can be used in conjunction with the layers. The data in a StandaloneTable does not display in your map, but is listed in the table of contents. You can work with this data as you would work with any tabular information of geographic features. For example, you can view the table, add new fields, create graphs, and join it to other tables or layers.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
          ArcGIS.Desktop.Mapping.MapMember
             ArcGIS.Desktop.Mapping.StandaloneTable
                ArcGIS.Desktop.Mapping.ServiceSubTable

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also