Method GetGeodatabaseFeatureTable
GetGeodatabaseFeatureTable(String)
Returns the GeodatabasetableName
.
Declaration
public GeodatabaseFeatureTable GetGeodatabaseFeatureTable(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System. |
tableName | The name of the geodatabase feature table. |
Returns
Type | Description |
---|---|
Geodatabase |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |
GetGeodatabaseFeatureTable(Int64)
Returns the Geodatabase
Declaration
public GeodatabaseFeatureTable GetGeodatabaseFeatureTable(long serviceLayerId)
Parameters
Type | Name | Description |
---|---|---|
System. |
serviceLayerId | The service layer ID of the geodatabase feature table containing point, line or polygon features. |
Returns
Type | Description |
---|---|
Geodatabase |
A Geodatabase |
Remarks
The feature table returned is read-only when the geodatabase is a stand-alone mobile geodatabase created with ArcGIS Pro
and the table participates in a controller dataset, such as a utility network or parcel fabric. The presence of utility networks
can be checked using Utility
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |