Go to ET GeoWizards 12.x User Guide

Interpolate Contours

Go to ToolBox Implementation

Interpolates contours from a TIN   (polygonZ)

Inputs:

Outputs:

Notes:

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPInterpolateContours <input_dataset> <out_feature_class> <Base_Contour><Contour_Interval>

Parameters

Expression Explanation
<input_dataset> A  PolygonZ feature class or feature layer. 
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)
<Base_Contour> A Double representing the the contour from which to begin generation of contours.
<Contour_Interval> A Double representing the Z value difference between adjacent contours in the units of the TIN.

Scripting syntax

ET_GPInterpolateContours (input_dataset out_feature_class Base_Contour Contour_Interval)

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