Open Table of Contents

ET GeoWizards Toolbox

Merge
Merges two feature datasets from the same type together. Preserves Z/M dimension

Command line syntax

ET_GPMerge <base_dataset> <merge_dataset> <out_feature class>

Parameters

Expression Explanation
<base_dataset> A Point, Polyline or Polygon feature class or feature layer
<merge_dataset> A Point, Polyline or Polygon feature class or feature layer.
NOTES: 
  • The  <base_dataset> and the <merge_dataset> mast have the same shape type
  • The spatial references of <base_dataset> and the <merge_dataset> must have the same Geographic Coordinate System
<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_GPMerge (base_dataset, merge_dataset, out_feature class)

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