ET GeoWizards Toolbox
Build TIN
(Go to the main page of the
function)
Builds a Triangulated Irregular Network from a feature layer
Command line syntax
ET_GPBuildTIN <input_dataset> <out_feature class> <elevation_field>
Parameters
| Expression | Explanation |
|---|---|
| <input_dataset> | A Point, Polyline or Polygon 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) |
| <elevation_field> | A String representing the field name (must be a numeric field) that will be used as a source for the elevation values |
Scripting syntax
ET_GPBuildTIN (input_dataset, out_feature class, elevation_field)
See the explanations above:
<> - required parameter
{} - optional parameter