Method GeodatabaseAnnotationTable
GeodatabaseAnnotationTable(String)
Returns the GeodatabaseFeatureTable containing point, line or polygon
features, as specified by the given tableName.
Declaration
public GeodatabaseFeatureTable GeodatabaseAnnotationTable(string tableName)
Parameters
Type |
Name |
Description |
String |
tableName |
The name of the geodatabase feature table containing annotation.
|
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 tableName , a null is returned.
|
Applies to
Platforms and versions
Target | Versions |
.NET Standard 2.0 | 100.6 - 100.13 |
.NET 6.0 | 100.13 |
.NET 6.0 Windows | 100.13 |
.NET Framework | 100.6 - 100.13 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.6 - 100.13 |
Xamarin.iOS | 100.6 - 100.13 |
UWP | 100.6 - 100.15 |
GeodatabaseAnnotationTable(Int64)
Returns the GeodatabaseFeatureTable containing annotation features from the geodatabase, that corresponds to the specified service layer ID.
Declaration
public GeodatabaseFeatureTable GeodatabaseAnnotationTable(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
Applies to
Platforms and versions
Target | Versions |
.NET Standard 2.0 | 100.6 - 100.13 |
.NET 6.0 | 100.13 |
.NET 6.0 Windows | 100.13 |
.NET Framework | 100.6 - 100.13 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.6 - 100.13 |
Xamarin.iOS | 100.6 - 100.13 |
UWP | 100.6 - 100.15 |