ET GeoWizards Toolbox
Batch DropZM
(Go to the main page of the
function)
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:
|
| {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