All Cadcorp SIS API Methods

CreateBds Method

Description

Creates an empty Cadcorp Base Dataset (BDS) file. This call will fail if the BDS file already exists.

Syntax

Visual Basic
Public Function CreateBds( _
   ByVal filename As String _
) As Integer

Parameters

filename
The file name used to uniquely identify the new BDS file in a file system. The new dataset is created in the current attached directory, unless a full path name is given, and can be added to the current SWD using InsertDataset.

Remarks

Available: GEO D  OD OM SISpy

Group:

Example

sis.CreateBds ("c:\data\property.bds")