Go to ET GeoWizards 12.x User Guide

Copy Fields

Go to ToolBox Implementation

Copies fields from one dataset to another.

Inputs:

Outputs:

How to use:

Notes:

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPCopyFields <target_dataset> <source_dataset> <Field;Field...>

Parameters

Expression Explanation
<target_dataset> A feature class or feature layer
<source_dataset> A feature class or feature layer
<Field ;Field...> A list of the fields to be be copied from the source to the target dataset.

Scripting syntax

ET_GPCopyFields (input_dataset, source_dataset, fields_to_copy)

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

Copyright © Ianko Tchoukanski