ArcGIS Explorer Component Help |
GeodatabaseFolder..::.OpenTable Method |
GeodatabaseFolder Class See Also |
Opens the Table with the specified name.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public Table OpenTable( string name ) |
Visual Basic (Declaration) |
---|
Public Function OpenTable ( _ name As String _ ) As Table |
Parameters
- name
- Type: System..::.String
The name of the Table to open.