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


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

IStandaloneTable.Table Property

The table associated with the standalone table.

[Visual Basic .NET]
Public Property Table As ITable
[C#]
public ITable Table {get; set;}
[C++]
HRESULT get_Table(
  ITable** ppTable
);
[C++]
HRESULT putref_Table(
  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

IStandaloneTable Interface