Hi, I want to move a layer's position in a group, it seems that the MapControl.MoveLayerTo() and IMap.MoveLayer() do not support layer in a group.
It makes me confused, can you give an idea, please?
Solved! Go to Solution.
Hi,
You can use IMapLayers.MoveLayerEx
IMapLayers you can get by casting IMap object.
View solution in original post
Yes, thank you!