EDN (ESRI Developer Network)

EDN: ESRI Developer Network

EDN (ESRI Developer Network)

November 2007 - Posts

The following content changes related to ArcGIS Desktop, ArcGIS Engine, and ArcGIS Server development have been made this week.

New article - How to extrude features in globe
Programming language(s): C#
Development platforms: ArcGIS Desktop with 3D Analyst
Extrusion is the process of stretching a flat 2D shape vertically to create a 3D object. It is a simple way to create three-dimensional symbology from two-dimensional features. For example, you can extrude building polygons by a height value to create realistic building shapes. The three basic geometry types—points, lines and polygons—all support extrusion. This article explains the process of extruding a feature layer using different extrusion options in globe. Note: At the publish date, the code fragments in this document are provided in C# only. VB.Net code will be added at a later date.

NIM010762 - Document where temporary rasters are created
Programming language(s): VB6
Development platforms: ArcGIS Desktop, ArcGIS Engine
The Working with ArcGIS Spatial Analyst objects article has been updated to document where temporary rasters are created by default and how to control their location Read More...

While content updates have continued to roll on over the past month, I have not been around to post about them. Hopefully, you'll excuse the delay. Below is a recap of the more signifcant updates made during my absence. Additionally, lots of topics were updated to fix broken links and formatting issues that were noted by EDN readers. These types of updates are not included in the list below.

Enhanced Export topology errors sample
Programming language(s): VB6
Development platforms: ArcGIS Desktop
The Export topology errors sample has been enhanced to work with high precision and File geodatabases. The Export Errors sample can be used to export topology errors and optionally, exceptions, to Shapefile, Personal or File Geodatabase format. Errors can be exported based on three criteria; shape, type of topology rule, or topology rule.

Create and load a personal geodatabase sample updated
Programming language(s): VB6
Development platforms: ArcGIS Desktop, ArcGIS Engine 
The Create and load a personal geodatabase sample has been updated to include license initialization as well as minor changes to the way the spatial reference Read More...