Add Surface Information uses a surface to interpolate heights for features, converting them to 3D in the background, calculates 3D properties for these features, then writes the property values as attributes to the input feature class. The output z information options vary depending on shape type of the input feature class.
Syntax
Visual Basic (Declaration) | |
---|
Public Class AddSurfaceInformation
Implements IGPProcess |
C# | |
---|
public class AddSurfaceInformation : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.Analyst3DTools.AddSurfaceInformation
See Also