Open Table of Contents

Batch DropZM

This function is not available via the GUI of ET GeoWizards.

Converts a batch of feature classes that have Z or M values to plain feature classes. 

Command line syntax

ET_GPBatchDropZM <input_dataset;input_dataset;...> <out_workspace> {suffix} 

Parameters

Expression Explanation
<input_dataset;input_dataset;...> A list of Point, Polyline or Polygon feature classes or feature layers
<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

Scripting syntax

ET_GPBatchDropZM (input_datasets,out_workspace, suffix)

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

Copyright © Ianko Tchoukanski