Open Table of Contents

ET GeoWizards Scripting

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

Syntax    

Dim ET As  New ETGW_Core
variable = ET.Ungenerate(pInFeatureClass, sOutFileName, bAttributes, sDelimiter, sMessage
)

The Ungenerate method syntax has the following object qualifier and arguments:

Part Description
variable A String - full name of the output text file
pInFeatureClass Required. An IFeatureClass object 
sOutFileName Required. A String - the full name of the output text file
bAttributes Required. A Boolean indicating whether to export the attributes.
sDelimiter Required. A String indicating what separator to be used. Valid strings:
  • "COMMA"
  • "SPACE" 
  • "TAB" 
  • Any other string - "COMMA"
sMessage Optional. In a case of failure -  description of the cause. If the functions completes with success an empty string will be returned.