Method GetGeodatabaseAnnotationTable
GetGeodatabaseAnnotationTable(String)
Returns the Geodatabase
Declaration
public GeodatabaseFeatureTable GetGeodatabaseAnnotationTable(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System. |
tableName | The name of the geodatabase feature table containing annotation features. |
Returns
Type | Description |
---|---|
Geodatabase |
A 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 |
GetGeodatabaseAnnotationTable(Int64)
Returns the Geodatabase
Declaration
public GeodatabaseFeatureTable GetGeodatabaseAnnotationTable(long serviceLayerId)
Parameters
Type | Name | Description |
---|---|---|
System. |
serviceLayerId | The ID of the service layer associated with the geodatabase feature table containing annotation features. |
Returns
Type | Description |
---|---|
Geodatabase |
Remarks
The service layer ID must match the Service
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 |