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 |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |
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 |
Remarks
The service layer ID must match the ServiceLayerId.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |