Show / Hide Table of Contents

Method GetGeodatabaseFeatureTable

GetGeodatabaseFeatureTable(String)

Returns the GeodatabaseFeatureTable that corresponds to the specified table name.

Declaration
public GeodatabaseFeatureTable GetGeodatabaseFeatureTable(string tableName)
Parameters
Type Name Description
System.String tableName

The name of the geodatabase feature table.

Returns
Type Description
GeodatabaseFeatureTable

A GeodatabaseFeatureTable.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 100.15
.NET 6.0100.14 - 100.15
.NET 6.0 Windows100.14 - 100.15
.NET Framework100.14 - 100.15
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 100.15

GetGeodatabaseFeatureTable(Int64)

Returns the GeodatabaseFeatureTable containing point, line or polygon features, as specified by the given feature service layer ID.

Declaration
public GeodatabaseFeatureTable GetGeodatabaseFeatureTable(long serviceLayerId)
Parameters
Type Name Description
Int64 serviceLayerId

The service layer ID of the geodatabase feature table.

Returns
Type Description
GeodatabaseFeatureTable

A GeodatabaseFeatureTable, otherwise if the given layer ID matches a table in the geodatabase containing annotation or dimension feature data, then no table is returned. If no table is found for the given serviceLayerId, a null is returned.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 100.15
.NET 6.0100.14 - 100.15
.NET 6.0 Windows100.14 - 100.15
.NET Framework100.14 - 100.15
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 100.15
In This Article
Back to top Copyright © 2022 Esri.