This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPStandaloneTableCollection Interface > IGPStandaloneTableCollection.Tables Property (ArcObjects .NET 10.5 SDK) |
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