Exports the current view to a Cadcorp Base Dataset (BDS) file.
| Visual Basic | 
|---|
| Public Function ExportBds( _ ByVal filename As String, _ ByVal precision As Integer _ ) As Integer | 
| 16    | 16-bit integers | 
| 32    | 32-bit integers | 
| 64    | 64-bit double precision floating point numbers | 
This command exports only items displayed on the screen, not all the items in the dataset.
The precision parameter is ignored.
Available: MM ME MD OD OM SISpy
Groups:
sis.ExportBds ("c:\data\planning.bds", 64)
to export the current view to a SIS version 6 format BDS file:
sis.ExportBds ("c:\data\planning.bds?format=V6", 64)
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).