ArcGIS Explorer Component Help |
GeodatabaseFolder..::.GetTables Method |
GeodatabaseFolder Class See Also |
Gets a collection of the spatially enabled tables stored within the GeodatabaseFolder.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public ReadOnlyCollection<Table> GetTables() |
Visual Basic (Declaration) |
---|
Public Function GetTables As ReadOnlyCollection(Of Table) |