Select to view content in your preferred language

Direct access to attribute table of ImageServiceLayer in ArcGIS Pro SDK

313
3
02-25-2025 02:15 AM
_egbert
Emerging Contributor

As a developer working with the ArcGIS Pro SDK, I need a way to
programmatically access the attribute table of an ImageServiceLayer directly.
Currently, there is no documented method to do this.

Current status:
- ImageServiceLayer class has no GetTable() method or similar
- Attempts to access via GetRaster().GetAttributeTable() return null

Desired functionality:
- A method like ImageServiceLayer.GetAttributeTable() that returns a Table object
- Alternative: A method to retrieve the attribute data as a DataTable or similar format

0 Kudos
3 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

Similar thread here.

0 Kudos
_egbert
Emerging Contributor

Hi,

yes, but the last comment in this thread is from a few years ago and does not provide a solution to the problem.

0 Kudos
SelimDissem
Esri Contributor

This functionality will be available in Pro 3.6 when it's released later this year.

0 Kudos