| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | May 14 at 13:55 | |
| stats | profile views | 2 |
|
Feb 22 |
revised |
VBA Convert decimal degree to Meters button Explained what the output is. |
|
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? |
|
Feb 20 |
asked | VBA Convert decimal degree to Meters button |
|
Nov 22 |
asked | Get layers and apply renderer to layer list from SDE ArcMap |
|
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 |
awarded | Scholar |
|
Nov 21 |
awarded | Supporter |
|
Nov 21 |
accepted | get layer names from a group within a group |
|
Nov 21 |
answered | get layer names from a group within a group |
|
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 |
|
Nov 20 |
asked | get layer names from a group within a group |
|
Nov 12 |
revised |
Getting layers from SDE with vba added 7 characters in body |
|
Nov 12 |
awarded | Student |
|
Nov 12 |
awarded | Editor |
|
Nov 12 |
revised |
Getting layers from SDE with vba deleted 44 characters in body |
|
Nov 12 |
asked | Getting layers from SDE with vba |