VB.NEt Addlayer to the bottom

388
0
05-08-2017 06:18 AM
sigurdurgear1
New Contributor

Hi

I am using this sample to add layer to Arcmap ,  I add the layer then I move the layer to the bottom

how can I add the layer to bottom without using MoveLayer

map.AddLayer(gxLayerCls.Layer)

map.MoveLayer(gxLayerCls.Layer, map.LayerCount - 1)

https://community.esri.com/message/145930?commentID=145930#comment-145930 

0 Kudos
0 Replies