ArcGIS Explorer Component Help |
FeatureLayer..::.OpenFileGeodatabaseTable Method |
FeatureLayer Class See Also |
Initializes a new FeatureLayer object and connects the layer to a file geodatabase feature class.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public static FeatureLayer OpenFileGeodatabaseTable( string path, string tablename ) |
Visual Basic (Declaration) |
---|
Public Shared Function OpenFileGeodatabaseTable ( _ path As String, _ tablename As String _ ) As FeatureLayer |
Parameters
- path
- Type: System..::.String
The path to a file geodatabase.
- tablename
- Type: System..::.String
The name of a file geodatabase feature class.
Return Value
A FeatureLayer object connected to the specified file geodatabase feature class.Remarks
Use this method to both instantiate a FeatureLayer and connect the layer to a feature class stored in a file geodatabase.
In contrast to the Connect method, an exception will be thrown if the specified path and feature class name are incorrect.