This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableInfo2 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to additional properties for map tables.
Description | ||
---|---|---|
DisplayField | Primary display field. | |
Fields | Array of attribute fields contained in the table. | |
HasAttachments | Indicates if the layer has attachments. | |
HasSubtype | Indicates if the layer has Subtype. | |
HTMLPopupType | Indicates if the layer has HTML popups enabled. | |
ID | The table ID. This is a unique ID among layers and tables, and is used to identify the table in a number of methods. | |
Name | Descriptive name of the table. | |
OIDFieldName | The name of the OID Field. | |
RelateInfos | Array of relates associated to the table. | |
SupportsAdvancedQueries | Indicates if the table supports calculating advanced queries (i.e. ORDER BY clauses) on its fields. | |
SupportsStatistics | Indicates if the table supports calculating statistics on its fields. |
CoClasses and Classes | Description |
---|---|
MapLayerInfo | The Map Layer Info coclass provides read-only information about a layer in a map. |
StandaloneTableInfo | The coclass contains information for standalone table in a map. |