Open Table of Contents

ET GeoWizards Toolbox

Merge Multi
(Go to the main page of the function)

Merges feature classes from the same type together.

Command line syntax

ET_GPMergeMulti <input_dataset> <out_feature class> <Field;Field...>

Parameters

Expression Explanation
<base_dataset> A feature class or feature layer. The fields of this dataset will be preserved in the output feature class.
<Input_dataset ;Input_dataset...> A list of the datasets to be be merged to the base dataset. Note: the feature classes should have the same type geometry and a spatial reference with the same geographic coordinate system as the base dataset.
<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_GPMergeMulti (base_dataset, input_datasets, out_feature class)

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