As the title suggests, I'm encountering an issue where calling GetAttributeTable() after retrieving GetRaster() from an ImageServiceLayer results in a null error. I'm certain that my ImageServiceLayer contains an attribute table, as I can see it in ArcGIS Pro, but the SDK method is returning null. Is there a way to resolve this issue, or an alternative method to retrieve the attribute table content from an ImageServiceLayer?
Hi,
Similar thread here.
Even though I’ve tried this, GetAttributeTable() still returns a null value.