This document is archived and information here might be outdated.  Recommended version.


IDisplayTable.DisplayTable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDisplayTable.DisplayTable Property

The display table.

[Visual Basic .NET]
Public ReadOnly Property DisplayTable As ITable
[C#]
public ITable DisplayTable {get;}
[C++]
HRESULT get_DisplayTable(
  ITable** ppDisplayTable
);
[C++]

Parameters ppDisplayTable [out, retval]
ppDisplayTable is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDisplayTable Interface

.NET Related Topics

How to access a layer's underlying data