114 reputation
5
bio website
location British Columbia, Canada
age
visits member for 2 years, 5 months
seen May 2 at 21:27
stats profile views 17

GIS Analyst with Canadian Forest Products Ltd.


May
16
awarded  Popular Question
May
2
comment How to write point geometries with arcpy instead of gp syntax?
You beat me to it. feat.GRIDID and feat.GRIDLINE It works. Thanks again!
May
2
awarded  Supporter
May
2
comment How to write point geometries with arcpy instead of gp syntax?
Thanks Jeremy, that drove me crazy for hours. If I could ask another question inside of this question... The point geometry does save into the featureclass now, however I had 2 items in that featureclass that are not getting populated. (They weren't shown above to keep the question simple) pnt.GRIDID = PNTNUM pnt.GRIDLINE = LINENUM any idea, or should I post this as a new question. Thanks!
May
2
accepted How to write point geometries with arcpy instead of gp syntax?
May
2
asked How to write point geometries with arcpy instead of gp syntax?
Jun
12
accepted Problems creating TIN from British Columbia DEM data
Dec
20
accepted Collapse layers in ArcMap Table of Contents using ArcObjects
Dec
19
revised Collapse layers in ArcMap Table of Contents using ArcObjects
added 85 characters in body
Dec
19
comment Collapse layers in ArcMap Table of Contents using ArcObjects
Thank you both, this is much more complicated than I imagined. Michael Knight's code on the ESRI forum gets as far as a grouped annotation layer in my .mxd then crashes with a Type mismatch error. Not sure what is special about one of the featureclasses in there but the "09 - Stream Labels" one doesn't have a "+" or "-".
Dec
19
comment Collapse layers in ArcMap Table of Contents using ArcObjects
Hi Chad, I cleaned up the code as you suggested. It does work for the Grouped layers now, so it's close... What interface or ArcObjects should be used for non-grouped layers? I don't see the Expanded property available with pLayer.
Dec
19
revised Collapse layers in ArcMap Table of Contents using ArcObjects
added 46 characters in body
Dec
19
asked Collapse layers in ArcMap Table of Contents using ArcObjects
Dec
8
answered Negative Point Valence topology error
Dec
8
awarded  Editor
Dec
8
revised SDE Topology dirty areas don't go away
added 126 characters in body
Dec
8
comment SDE Topology dirty areas don't go away
I can post those if they are important, The dark red blobs are topo errors. It's the squares I was wondering about. I would have expected an area that was validated in the past to become an unhatched box. If I were to validate this area, all the boxes disapear until I save, then they all come back.
Dec
6
asked SDE Topology dirty areas don't go away
Nov
18
asked Problems creating TIN from British Columbia DEM data
Mar
29
comment How do I use variables from one Python script in other Python scripts?
Thanks geographika! I'll have a look at that.