Show / Hide Table of Contents

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 null if the specified table does not contain oriented imagery feature data.

Applies to

Platforms and versions
TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.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 null if the specified table does not contain oriented imagery feature data.

Applies to

Platforms and versions
TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.