The following tables list the members exposed by InterpolateShape.
Public Constructors
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, TIN, or terrain 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_feature_class | The output feature class. (Out, Required) |
| 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 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. |
| vertices_only | The sample distance will be ignored and the interpolation will use the input vertex locations only. (In, Optional) |
| 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. The Z factor parameter only affects results for rasters and TINs, not terrain datasets. To apply a factor to features made from a terrain dataset use the Adjust 3D Z geoprocessing tool. (In, Optional) |
Top
See Also