Open Table of Contents

ET GeoWizards Toolbox

Split By Attributes
(Go to the main page of the function)

Splits a dataset  into separate datasets based on an the attribute values in the selected field

Command line syntax

ET_GPSplitByAttributes <input_dataset> <out_folder> <name_field> {prefix}

Parameters

Expression Explanation
<input_dataset> A Point, Polyline or Polygon feature class or feature layer
<out_folder> A String - the name of the output folder (must exist)
<name_field> A String - the name of a field from the input layer used for splitting and for generating the names of the output names
{prefix} A String - used for generating the names of the output feature classes

Scripting syntax

ET_GPSplitByAttributes (input_dataset, out_folder, name_field, prefix)

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