For a list of all members of this type, see AddSurfaceInformation members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| in_feature_class | The input 2D feature class. (In, Required) |
| in_surface | The input raster, triangulated irregular network (TIN), or terrain dataset surface to be used as a source of z-values. (In, Required) |
| method | Interpolation method used to define the Z values for the input features. (In, Optional) |
| out_property | The output z properties that will be added to the attribute table of the input feature class. (In, Required) |
| output_feature_class | Output Feature Class (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| pyramid_level_resolution | The resolution of the terrain dataset pyramid level to use for geoprocessing. The default is 0, full resolution. (In, Optional) |
| sample_distance | The spacing at which z-values will be interpolated. By default, this is a raster's cell size or a terrain or TIN's natural densification. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| z_factor | The factor by which the heights of the input surface will be multiplied to calculate new heights in the output feature class. It is used for converting z-units to match x,y units. (In, Optional) |
Top
See Also