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