I want to loop through all the layers in TOC in ArcGIS and report Raster and Vector Layers. I want to see how many layer are raster and how many are vector. I can access the layers using:
IEnumLayer pEnumLayer = pMap.get_Layers(null, true);
and loop the layers in Enum, but how do I determine which layer is Raster.
Thanks
Masroor
أكثر...
IEnumLayer pEnumLayer = pMap.get_Layers(null, true);
and loop the layers in Enum, but how do I determine which layer is Raster.
Thanks
Masroor
أكثر...