All Cadcorp SIS API Methods

CloseIndexDatasetTile Method

Description

Closes a named dataset tile within an index dataset.

Syntax

Copy
Public Function CloseIndexDatasetTile( _
   ByVal nDataset As Long, _
   ByVal tilename As String _
) As Integer
Visual Basic

Parameters

nDataset
The serial number of the index dataset. The serial number can be obtained from the Dataset property of an overlay, or from the GetDataset, GetDatasetContainer or FindExternalDataset methods.

tilename
The tile to close

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.CloseIndexDatasetTile (1, "TQ1234")