ExportList Method
Description
Exports data from a Named List using an add-in exporter.
Syntax
Visual Basic |
---|
Public Function ExportList( _ ByVal list As String, _ ByVal clsExport As String, _ ByVal filename As String, _ ByVal parameters As String _ ) As Integer |
Parameters
- list
- The name of the list containing the items to export.
- clsExport
- The class of the exported file.
- filename
- The name of the exported file.
- parameters
- The parameters of the exported file.
Remarks
Available: GEO D OD OM OV SISpy
Group:
Example
sis.ExportList ( "list1", "ADwgExporter", "C:\Raster\map.dwg", "attributes=True, itemlayer=False" )