| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | May 14 at 13:55 | |
| stats | profile views | 2 |
|
Feb 21 |
comment |
VBA Convert decimal degree to Meters button I think it could also be how i define WGS. i used Set pProjCoordSystem = pSREnv.CreateProjectedCoordinateSystem(esriSRProjCS_WGS1984UTM_14N)
What should i be using if i just want the standard WGS1984? |
|
Nov 22 |
comment |
get layer names from a group within a group Ok solved it by removing the if statement and changing the line For l = 0 To pCompLayer.Count - 1 To For l = 0 To 100 - 1 |
|
Nov 21 |
comment |
get layer names from a group within a group Thanks for the reply. I found the code works but will not list the layers at the bottom of the list. I had to modify the code for VBA. I had to add the for loops so it will show all the layers. Without the for loop it just shows the first nested group and thats it. But not sure why it misses off the last 8 layers in the TOC. Please see code below |