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


IDisplayTable.DisplayTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDisplayTable Interface > IDisplayTable.DisplayTable Property
ArcGIS Developer Help

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