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


ITableHistogram.Table Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableHistogram Interface > ITableHistogram.Table Property
ArcGIS Developer Help

ITableHistogram.Table Property

The associated table.

[Visual Basic .NET]
Public Property Table As ITable
[C#]
public ITable Table {get; set;}
[C++]
HRESULT get_Table(
  ITable* Table
);
[C++]
HRESULT putref_Table(
  ITable** Table
);
[C++]
Parameters
Table [in]

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

Product Availability

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

See Also

ITableHistogram Interface