getGeodatabaseOrientedImageryTableByServiceLayerId method

GeodatabaseFeatureTable? getGeodatabaseOrientedImageryTableByServiceLayerId(
  1. int serviceLayerId
)

Gets a feature table containing oriented imagery features from the geodatabase, as specified by the given feature service layer ID.

The service layer ID must match the ArcGISFeatureLayerInfo.serviceLayerId.

Parameters:

  • serviceLayerId — The service layer ID of the geodatabase feature table containing oriented imagery features.

Return Value: If the specified table does not contain oriented imagery feature data, then no table is returned.