Hi, Mark,
No sweat; I know responding to posts is not all you do. I got enough training and practice on generating geoprocessing packages to consume it in a runtime app. The viewshed online does this, but my app will not be online. I need to figure out how to generate the viewshed model using model builder in ArcMap to also accept a radius so I would get back only that graphic representation result. I don't think it would be very efficient to draw all graphics coverting all of the DTED.
The exercise in the course book also uses a small DEM raster dataset from a gdb as parameter. My DTED data is large and contained in a mosaic dataset, covering many parts of world, in my gdb. There are instructions for converting mosaic datasets into raster datasets for use in Viewshed, but I don't think it would be very efficient, either.
I would like to be able to minimize work time by the model while keeping the app responsive when drawing the graphics. I figure that only adding graphics located within a radius to the graphics layer, or drawing only those within the radius, and only passing DTED data displayed on the current map extent into the model would do the trick.
Carlos