ESRI.ArcGIS.CoverageTools
interchange_file Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CoverageTools Namespace > Export Class : interchange_file Property




The prefix name of the ArcInfo interchange file or files to be created by Export. A volume ID of E00 will be appended to the file name of the first interchange file, E01 to the second file, and so on. Each subsequent file is created when the {max_lines} for each file is reached. (Out, Required)

Syntax

Visual Basic (Declaration) 
Public Property interchange_file As Object
Visual Basic (Usage)Copy Code
Dim instance As Export
Dim value As Object
 
instance.interchange_file = value
 
value = instance.interchange_file
C# 
public object interchange_file {get; set;}

See Also

© 2010 All Rights Reserved.