All Cadcorp SIS API Methods

LoadFeatureTable Method

Description

Loads a named Feature Table for editing.

Syntax

Visual Basic
Public Function LoadFeatureTable( _
   ByVal ftable As String _
) As Integer

Parameters

ftable
The named Feature Table to load for editing. Use "" to create a new, empty Feature Table.

Remarks

Use "" to create a new, empty feature table.

If a Feature Table is already loaded then loading another will lose any changes made to first Feature Table. Use StoreFeatureTable to save changes to the currently loaded Feature Table.

Available: GEO D OD OU OV SISpy

Groups:

Example

sis.LoadFeatureTable ("NewFTable" )