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 |
|---|---|---|
| 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.8 |
| .NET | 100.14 - 300.0 |
| .NET Windows | 100.14 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.14 - 200.8 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 200.8 |
GetGeodatabaseDimensionTable(long)
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 |
|---|---|---|
| long | 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.8 |
| .NET | 100.14 - 300.0 |
| .NET Windows | 100.14 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.14 - 200.8 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 200.8 |