All Cadcorp SIS API Methods

ImportFeatureTable Method

Description

Imports a named Feature Table from a comma-separated file, placing it in a Named Object Library, replacing any existing Feature Table with the same name.

Syntax

Visual Basic
Public Function ImportFeatureTable( _
   ByVal ftable As String, _
   ByVal filename As String _
) As Integer

Parameters

ftable
The named Feature Table to create, or replace.
 
filename
The name of the file from which to create the Feature Table.

Remarks

Available: GEO OD SISpy

Groups:

Example

sis.ImportFeatureTable ("OS (GB).Land-Line", "c:\data\land-line.csv" )