Show / Hide Table of Contents

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
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 tableName, a null is returned.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 300.0
.NET Windows100.14 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8

GetGeodatabaseAnnotationTable(long)

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
long serviceLayerId

The ID of the service layer associated with the geodatabase feature table containing annotation features.

Returns
Type Description
GeodatabaseFeatureTable

A GeodatabaseFeatureTable.

Remarks

The service layer ID must match the ServiceLayerId.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 300.0
.NET Windows100.14 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.