ET GeoWizards Toolbox
Fix Geometry
(Go to the main page of the
function)
Exports the features of the input feature dataset to a new feature class. Removes the null and empty shapes. Fixes some geometric inconsistencies of the geometries.
Command line syntax
ET_GPFixGeometry <input_dataset> <out_feature class>
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A Point, Polyline or Polygon feature class or feature layer |
<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_GPFixGeometry (input_dataset, out_feature class)
See the explanations above:
<> - required parameter
{} - optional parameter