I am having problems in ArcObjects. I am struggling to get to the individual (feature-)layers inside a GroupLayer. Does anyone know how to do that ?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Try this:
|
|||
|
|
|
Cast the group layer to ICompositeLayer which allows you to access the individual sublayers. |
|||
|
|