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


IGPStandaloneTableCollection.Tables Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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