SetOverlayDataset Method
Description
Sets the Dataset of an overlay in the current sWD.
Syntax
Visual Basic |
---|
Public Function SetOverlayDataset( _ ByVal pos As Integer, _ ByVal nDataset As Long _ ) As Integer |
Parameters
- pos
-
The position of the overlay in the overlays list whose dataset is to be set.
- nDataset
-
The serial number of the dataset to be used. The number can be obtained from the Dataset property of an overlay, or from the GetDataset, GetDatasetContainer or FindExternalDataset methods.
Remarks
Available: GEO D OD OM OV SISpy
Groups:
Example
sis.SetOverlayDataset (1, 4)