| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 5 months |
| seen | Feb 12 at 17:10 | |
| stats | profile views | 3 |
|
Dec 15 |
accepted | Activate layers that are in a checkbox list |
|
Dec 15 |
answered | Activate layers that are in a checkbox list |
|
Dec 15 |
awarded | Scholar |
|
Dec 15 |
accepted | Don't move Layout |
|
Dec 15 |
comment |
Don't move Layout Hello again... now I don't know why is working, instead to modify my code I just copy yours and works. Thank Very much! |
|
Dec 14 |
comment |
Don't move Layout It breaks when I change the activeview to Map... the problem is that I have to work in the layout view. I think that after do my command I should do "zoom to whole page", but I don't have any idea how to connect it. By the way, thank you very much! |
|
Dec 13 |
comment |
Don't move Layout Thank you, but it still doesn't work, the layout is still moving. |
|
Dec 13 |
awarded | Editor |
|
Dec 13 |
revised |
Don't move Layout edited title |
|
Dec 13 |
asked | Don't move Layout |
|
Dec 12 |
comment |
How to programmatically clear all layers from data frame? Thank for all. Now I'm understanding better the ArcObjects :D |
|
Dec 12 |
comment |
How to programmatically clear all layers from data frame? Finally I find this way: 'code' MxDoc = My.ArcMap.Document Map = MxDoc.FocusMap While Map.LayerCount > 0 Layer = Map.Layer(0) Map.DeleteLayer(Layer) End While |
|
Dec 12 |
comment |
How to programmatically clear all layers from data frame? Thank you again. I'll try to understand, but is my second day with this I'm lost. |
|
Dec 12 |
awarded | Supporter |
|
Dec 12 |
asked | Activate layers that are in a checkbox list |
|
Dec 12 |
comment |
How to programmatically clear all layers from data frame? How can I call IMapLayers.ClearLayers? Thank you |
|
Dec 12 |
comment |
How to programmatically clear all layers from data frame? Thank you... but I don't understand because I new doing this.. .... |
|
Dec 12 |
awarded | Student |
|
Dec 12 |
asked | How to programmatically clear all layers from data frame? |