Method GetGeodatabaseAnnotationTable
GetGeodatabaseAnnotationTable(String)
Returns the GeodatabaseFeatureTable containing point, line or polygon features, as specified by the given tableName.
Declaration
public GeodatabaseFeatureTable GetGeodatabaseAnnotationTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tableName | The name of the geodatabase feature table containing annotation features. |
Returns
| Type | Description |
|---|---|
| GeodatabaseFeatureTable | A GeodatabaseFeatureTable, otherwise if the specified table contains annotation
or dimension feature data, then no table is returned.
If no table is found for the given |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 |
| .NET | 100.14 - 200.8 |
| .NET Windows | 100.14 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.14 - 200.8 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 200.8 |
GetGeodatabaseAnnotationTable(Int64)
Returns the GeodatabaseFeatureTable containing annotation features from the geodatabase, as specified by the given feature service layer ID.
Declaration
public GeodatabaseFeatureTable GetGeodatabaseAnnotationTable(long serviceLayerId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | serviceLayerId | The ID of the service layer associated with the geodatabase feature table containing annotation features. |
Returns
| Type | Description |
|---|---|
| GeodatabaseFeatureTable |
Remarks
The service layer ID must match the ServiceLayerId.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 |
| .NET | 100.14 - 200.8 |
| .NET Windows | 100.14 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.14 - 200.8 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 200.8 |