IMapTableInfo2 Interface

Provides access to the Table Info.

Members

Name Description
Read-only property DefinitionExpression Returns the original definition expression on the layer.
Read-only property DisplayField Primary display field.
Read-only property Fields Array of attribute fields contained in the table.
Read-only property HasAttachments Indicates if the layer has attachments.
Read-only property HasSubtype Indicates if the layer has Subtype.
Read-only property HTMLPopupType Indicates if the layer has HTML popups enabled.
Read-only property 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.
Read-only property Name Descriptive name of the table.
Read-only property OIDFieldName The name of the OID Field.
Read-only property RelateInfos Array of relates associated to the table.
Read-only property SupportsAdvancedQueries Indicates if the table supports calculating advanced queries (i.e. ORDER BY clauses) on its fields.
Read-only property SupportsStatistics Indicates if the table supports calculating statistics on its fields.

IMapTableInfo2.DefinitionExpression Property

Returns the original definition expression on the layer.

Public Sub DefinitionExpression ( _
    ByRef DefinitionExpression As String _
)
public void DefinitionExpression (
    ref string DefinitionExpression
);

IMapTableInfo2.DisplayField Property

Primary display field.

Public ReadOnly Property DisplayField As String
public string DisplayField {get;}

IMapTableInfo2.Fields Property

Array of attribute fields contained in the table.

Public ReadOnly Property Fields As IFields
public IFields Fields {get;}

IMapTableInfo2.HasAttachments Property

Indicates if the layer has attachments.

Public ReadOnly Property HasAttachments As Boolean
public bool HasAttachments {get;}

IMapTableInfo2.HasSubtype Property

Indicates if the layer has Subtype.

Public ReadOnly Property HasSubtype As Boolean
public bool HasSubtype {get;}

IMapTableInfo2.HTMLPopupType Property

Indicates if the layer has HTML popups enabled.

Public ReadOnly Property HTMLPopupType As esriServerHTMLPopupType
public esriServerHTMLPopupType HTMLPopupType {get;}

IMapTableInfo2.ID Property

The table ID. This is a unique ID among layers and tables, and is used to identify the table in a number of methods.

Public ReadOnly Property ID As Integer
public int ID {get;}

IMapTableInfo2.Name Property

Descriptive name of the table.

Public ReadOnly Property Name As String
public string Name {get;}

IMapTableInfo2.OIDFieldName Property

The name of the OID Field.

Public ReadOnly Property OIDFieldName As String
public string OIDFieldName {get;}

IMapTableInfo2.RelateInfos Property

Array of relates associated to the table.

Public ReadOnly Property RelateInfos As IRelateInfos
public IRelateInfos RelateInfos {get;}

IMapTableInfo2.SupportsAdvancedQueries Property

Indicates if the table supports calculating advanced queries (i.e. ORDER BY clauses) on its fields.

Public ReadOnly Property SupportsAdvancedQueries As Boolean
public bool SupportsAdvancedQueries {get;}

IMapTableInfo2.SupportsStatistics Property

Indicates if the table supports calculating statistics on its fields.

Public ReadOnly Property SupportsStatistics As Boolean
public bool SupportsStatistics {get;}

Classes that implement IMapTableInfo2

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.