ET GeoWizards Toolbox
Ungenerate
(Go to the main page of the
function)
Exports a feature class to ArcInfo generate format text file. The user can specify optionally to export the attributes. In this case the format of the result text file will be in an extended version of ArcInfo generate format - see main page for format description
Command line syntax
ET_GPUngenerate <input_dataset> <out_file> <delimiter> {export_attributes}
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A feature class or feature layer |
<out_file> | A String - the full name of the output text file |
<delimiter> |
A String indicating what separator to be used. Valid strings:
|
{export_attributes} | A Boolean indicating whether to export the attributes. |
Scripting syntax
ET_GPUngenerate (input_dataset out_file delimiter export_attributes)
See the explanations above:
<> - required parameter
{} - optional parameter