ET GeoWizards Toolbox
Interpolate Contours
(Go to the main page of the
function)
Interpolates contours from a TIN (polygonZ)
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