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


IDisplayTableExchange.DisplayTable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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 [out, retval]
ppTable is a parameter of type ITable ppTable [in]
ppTable is a parameter of type ITable

Product Availability

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

See Also

IDisplayTableExchange Interface