Method GeodatabaseFeatureTable
GeodatabaseFeatureTable(String)
Returns the Geodatabase
Declaration
public GeodatabaseFeatureTable GeodatabaseFeatureTable(string tableName)
Parameters
Type | Name | Description |
---|---|---|
String | tableName | The name of the geodatabase feature table. |
Returns
Type | Description |
---|---|
Geodatabase |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.13 |
.NET 6.0 | 100.13 |
.NET 6.0 Windows | 100.13 |
.NET Framework | 100.0 - 100.13 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.13 |
Xamarin.iOS | 100.0 - 100.13 |
UWP | 100.0 - 100.15 |
Relevant samples
Feature layer (geodatabase): Display features from a local geodatabase.
GeodatabaseFeatureTable(Int64)
Returns the Geodatabase
Declaration
public GeodatabaseFeatureTable GeodatabaseFeatureTable(long serviceLayerId)
Parameters
Type | Name | Description |
---|---|---|
System. |
serviceLayerId | The service layer ID of the geodatabase feature table. |
Returns
Type | Description |
---|---|
Geodatabase |
A Geodatabase |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.13 |
.NET 6.0 | 100.13 |
.NET 6.0 Windows | 100.13 |
.NET Framework | 100.0 - 100.13 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.13 |
Xamarin.iOS | 100.0 - 100.13 |
UWP | 100.0 - 100.15 |