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


IGPStandaloneTableCollection.Tables Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPStandaloneTableCollection Interface > IGPStandaloneTableCollection.Tables Property
ArcGIS Developer Help

IGPStandaloneTableCollection.Tables Property

Returns the standalone tables.

[Visual Basic .NET]
Public Property Tables As IArray
[C#]
public IArray Tables {get; set;}
[C++]
HRESULT get_Tables(
  IArray** ppTables
);
[C++]
HRESULT putref_Tables(
  IArray* ppTables
);
[C++]
Parameters
ppTables [out, retval]

ppTables is a parameter of type IArray** ppTables [in]
ppTables is a parameter of type IArray*

Product Availability

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

See Also

IGPStandaloneTableCollection Interface