| bio | website | ccrfcd.org |
|---|---|---|
| location | Las Vegas, NV | |
| age | 44 | |
| visits | member for | 2 years, 10 months |
| seen | May 6 at 15:15 | |
| stats | profile views | 146 |
Interests/skills:
C#
ASP.Net
PHP
T-SQL
Flash
Flex
Silverlight
ArcGIS Engine
ArcGIS Server
|
Sep 29 |
comment |
How can I access a raster dataset's attribute table? Is this a one-off (to "fix" data) or will you need to do it again in the future? Also, could you do it on the database side of things rather than programmatically via C#? |
|
Sep 29 |
comment |
ArcGIS Engine License Switch Thanks, Kirk. I was trying to avoid the "let's see if I can get this to work" approach, but if it didn't work for you, I'm not likely to have any luck. I'll take your code and submit a bug if I can't get it to work. |
|
Sep 29 |
comment |
ArcGIS Engine License Switch I'm currently using the license control (which doesn't appear to have properties or methods to handle switching). Is it "easy" to switch from using the license control to using IAOInitialize? |
|
Sep 29 |
asked | ArcGIS Engine License Switch |
|
Sep 28 |
comment |
Disable Panning in ArcGIS Silverlight Map I haven't tested it, but I have to think that that should be false, not true. Unless they misnamed the property. |
|
Sep 27 |
comment |
Can custom map tiles be consumed via ArcObjects within my ArcGIS 10 Desktop AddIn? (Oops, glossed over your third bullet point.) You could try structuring the images in such a way that you could request the tiles as needed (X/Y directory names, XML lookup, etc.), but you'd essentially be writing your own "image tile server" from scratch. It'd be a lot easier to let a pre-written tool do its job (if you have access to it) than to write it yourself. |
|
Sep 27 |
comment |
Can custom map tiles be consumed via ArcObjects within my ArcGIS 10 Desktop AddIn? If all you're trying to do is get at the map tiles on an ArcGIS Server, why not just add the service as a layer in your MXD? |
|
Sep 21 |
comment |
How to create duplicate features based on related table - many-to-one conversion @Jodi I guess I still don't get it; all of those things can be done by simply using a join. |
|
Sep 20 |
comment |
How to create duplicate features based on related table - many-to-one conversion Since each polygon would overlay a polygon of the exact same shape, you really won't glean any benefit (that I can think of) from having multiple shapes. Are you doing this for something other than symbolizing features on a map? |
|
Sep 20 |
comment |
How to create duplicate features based on related table - many-to-one conversion Why can't you just join the feature table to the owner table? You'll still get multiple rows per shape (since it'll be a one-to-many relation, feature to owner) which, in essence, means you'll see a "one-to-one" relationship when viewing tabular data. |
|
Sep 20 |
revised |
How to catch when layers visibility change in ArcGIS? changed if check per comment |
|
Sep 20 |
comment |
How to catch when layers visibility change in ArcGIS? @Herb Thanks, updated. @MatthiasWestin As far as I know, that's correct. Since this is a layer-level event, each layer you want to track must be tracked individually. I "solved" this by creating a single method to track all layers, then point to that method when adding the event. |
|
Sep 20 |
revised |
How to catch when layers visibility change in ArcGIS? added link to AG10 documentation |
|
Sep 20 |
answered | How to catch when layers visibility change in ArcGIS? |
|
Sep 16 |
revised |
GIS Buzzwords Topic I sort of like the bold theme others are using |
|
Sep 14 |
comment |
How do I make an icon with some text to popup when I hover over it and for it not to be slow? How are you getting your data? ArcGIS Server feeds? SDE? |
|
Sep 14 |
awarded | Enthusiast |
|
Sep 4 |
comment |
Cannot run the Arc samples @iterationx Try holding down the shift key prior to right-clicking the shortcut. Also, make sure that you're right-clicking on devenv.exe (and not a link to it) to ensure that the "Run as" option is available. |
|
Sep 1 |
awarded | Commentator |
|
Sep 1 |
comment |
Cannot run the Arc samples If you're running under Windows 7, I wouldn't try to compile things from your desktop. That might lead to problems. Try compiling in a directory off of root to see if that helps. |