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
Hi,
Similar thread here.
Hi,
yes, but the last comment in this thread is from a few years ago and does not provide a solution to the problem.
This functionality will be available in Pro 3.6 when it's released later this year.