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