ExportFeatureTable Method
Description
Exports a named Feature Table to a comma-separated file.
Syntax
Visual Basic |
---|
Public Function ExportFeatureTable( _ ByVal ftable As String, _ ByVal filename As String _ ) As Integer |
Parameters
- ftable
- The named Feature Table to export.
- filename
- The name of the exported file.
Remarks
Available: GEO OD SISpy
Groups:
Example
sis.ExportFeatureTable ("OS (GB).Land-Line", "c:\data\Land-Line.csv" )