All Cadcorp SIS API Methods

ExportCursorDataset Method

Description

Exports an overlay to a cursor-based dataset, e.g. Cacorp Feature Database (FDB)

Syntax

Visual Basic
Public Function ExportCursorDataset( _
   ByVal filename As String, _
   ByVal pos As Integer _
) As Integer

Parameters

filename
The name of the exported file.
 
pos
The position of the overlay in the overlays list which is to be exported.

Remarks

Available: D OD OM SISpy

Groups:

Example

sis.ExportCursorDataset "C:\My Documents\Roads.fdb", 2)

Exports the overlay at position 2 in the overlay list to an FDB file named Roads.fdb.