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. |
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 - 100.15 |
| .NET 6.0 | 100.14 - 100.15 |
| .NET 6.0 Windows | 100.14 - 100.15 |
| .NET Framework | 100.14 - 100.15 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 100.15 |
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 |
|---|---|---|
| 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 |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 100.15 |
| .NET 6.0 | 100.14 - 100.15 |
| .NET 6.0 Windows | 100.14 - 100.15 |
| .NET Framework | 100.14 - 100.15 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 100.15 |