Open Table of Contents

ET GeoWizards Toolbox

Erase
(Go to the main page of the function)

Erases a feature class  with the features of a polygon feature class

Command line syntax

ET_GPErase <input_dataset> <erase_dataset> <out_feature class> <fuzzy_tolerance>

Parameters

Expression Explanation
<input_dataset> A Point, Polyline or Polygon feature class or feature layer
<erase_dataset> A Polygon feature class or feature class.
NOTE: The spatial references of <erase_dataset> and the <input_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)
<fuzzy_tolerance> A Double representing  the Fuzzy tolerance (in the units of the input dataset) to be used

Scripting syntax

ET_GPErase (input_dataset, erase_dataset, out_feature class, fuzzy_tolerance)

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