Open Table of Contents

ET GeoWizards Toolbox

Batch Clip
(Go to the main page of the function)

Clips a batch of feature classes with the features of a polygon feature class.

Command line syntax

ET_GPBatchClip <input_dataset;input_dataset;...> <clip_dataset> <out_workspace> {suffix} {fuzzy_tolerance}

Parameters

Expression Explanation
<input_dataset;input_dataset;...> A list of Point, Polyline or Polygon feature classes or feature layers
<clip_dataset> A Polygon feature class or feature layer.
NOTE: The spatial references of <erase_dataset> and all input_datasets must have the same Geographic Coordinate System
<out_workspace> A String - the full name of the output feature workspace. Examples:
  • "c:\00\test_pgdb.mdb" - for Personal Geodatabase
  • "c:\00\results" - for shapefiles
 {suffix}  A String - used for generating the names of the output feature classes
{fuzzy_tolerance}  A Double representing  the Fuzzy tolerance (in the units of the input dataset) to be used

Scripting syntax

ET_GPBatchClip (input_datasets, clip_dataset, out_workspace, suffix, fuzzy_tolerance)

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