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


IDisplayTableExchange.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 > IDisplayTableExchange Interface > IDisplayTableExchange.DisplayTable Property
ArcGIS Developer Help

IDisplayTableExchange.DisplayTable Property

The renderer display table.

[Visual Basic .NET]
Public Property DisplayTable As ITable
[C#]
public ITable DisplayTable {get; set;}
[C++]
HRESULT get_DisplayTable(
  ITable* ppTable
);
[C++]
HRESULT putref_DisplayTable(
  ITable** ppTable
);
[C++]
Parameters
ppTable [in]

ppTable is a parameter of type ITable* ppTable [out, retval]
ppTable is a parameter of type ITable**

Product Availability

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

See Also

IDisplayTableExchange Interface