Show / Hide Table of Contents

Method GetGeodatabaseDimensionTable

GetGeodatabaseDimensionTable(String)

Returns a feature table containing dimension features from the geodatabase, as specified by the given tableName.

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

The name of the geodatabase feature table containing dimension features.

Returns
Type Description
GeodatabaseFeatureTable

A GeodatabaseFeatureTable, otherwise if the specified table does not contain dimension feature data, then null is returned.

Applies to

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

GetGeodatabaseDimensionTable(Int64)

Returns a feature table containing dimension features from the geodatabase, as specified by the given feature service layer ID.

Declaration
public GeodatabaseFeatureTable GetGeodatabaseDimensionTable(long serviceLayerId)
Parameters
Type Name Description
System.Int64 serviceLayerId

The service layer ID of the geodatabase feature table containing dimension features.

Returns
Type Description
GeodatabaseFeatureTable

A GeodatabaseFeatureTable, otherwise if the specified table does not contain dimension feature data, then null is returned.

Remarks

The service layer ID must match the ServiceLayerId.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.7
.NET100.14 - 200.7
.NET Windows100.14 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.14 - 200.7
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.7
In This Article
Back to top Copyright © 2022 Esri.