Method GetGeodatabaseOrientedImageryTable
GetGeodatabaseOrientedImageryTable(string)
Returns a feature table containing oriented imagery features from the geodatabase, as specified by the given tableName.
Declaration
public GeodatabaseFeatureTable? GetGeodatabaseOrientedImageryTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName | The name of the geodatabase feature table containing oriented imagery features. |
Returns
| Type | Description |
|---|---|
| GeodatabaseFeatureTable | A GeodatabaseFeatureTable, otherwise |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |
GetGeodatabaseOrientedImageryTable(long)
Returns a feature table containing oriented imagery features from the geodatabase, as specified by the given feature service layer ID.
Declaration
public GeodatabaseFeatureTable? GetGeodatabaseOrientedImageryTable(long serviceLayerId)
Parameters
| Type | Name | Description |
|---|---|---|
| long | serviceLayerId | The service layer ID of the geodatabase feature table containing oriented imagery features. |
Returns
| Type | Description |
|---|---|
| GeodatabaseFeatureTable | A GeodatabaseFeatureTable, otherwise |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |