All Cadcorp SIS API Methods

SaveDataset Method

Description

Saves a dataset if it has been modified.

Syntax

Visual Basic
Public Function SaveDataset( _
   ByVal dataset As String _
) As Integer

Parameters

dataset
The name of the dataset to save.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

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