Show / Hide Table of Contents

Method GeodatabaseFeatureTable

GeodatabaseFeatureTable(String)

Returns the GeodatabaseFeatureTable that corresponds to the specified table name.

Declaration
public GeodatabaseFeatureTable GeodatabaseFeatureTable(string tableName)
Parameters
Type Name Description
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.3 - 100.13
.NET 6.0100.13
.NET 6.0 Windows100.13
.NET Framework100.0 - 100.13
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.13
Xamarin.iOS100.0 - 100.13
UWP100.0 - 100.15
Relevant samples
Feature layer (geodatabase): Display features from a local geodatabase.

GeodatabaseFeatureTable(Int64)

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

Declaration
public GeodatabaseFeatureTable GeodatabaseFeatureTable(long serviceLayerId)
Parameters
Type Name Description
System.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.3 - 100.13
.NET 6.0100.13
.NET 6.0 Windows100.13
.NET Framework100.0 - 100.13
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.13
Xamarin.iOS100.0 - 100.13
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.