Go to ET GeoWizards 12.x User Guide

Interpolate Z for Points

Go to ToolBox Implementation

Interpolates Z values for the features from a point layer.

Inputs:

Outputs:

Notes:

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPInterpolateZForPoints <input_dataset> <Polygon_Z_TIN> <out_feature_class> 

Parameters

Expression Explanation
<input_dataset> A  Point feature class or feature layer
<Polygon_Z_TIN> A PolygonZ TIN feature class
<out_feature_class> A String - the full name of the output feature class (A feature class with the same full name should not exist)

Scripting syntax

ET_GPInterpolateZForPoints (input_dataset, Polygon_Z_TIN, out_feature_class)

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski