Opens the Table with the specified name.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  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.

Return Value

A Table object which represents a geodatabase feature class.

See Also