This document is archived and information here might be outdated. Recommended version. |
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**