Dataset and Overlay Properties

Dataset Properties

SIS understands many different datasets, e.g. AutoCAD DXF or Ordnance Survey NTF, and each of these datasets has its own properties. See the list of datasets for  further details of these properties.

Dataset properties are set and queried using the SIS_OT_DATASET constant and the GetFlt/GetInt/GetStr/GetProperty and SetFlt/SetInt/SetStr/SetProperty methods. The nObject& argument must be the serial number of the dataset. The serial number can be obtained from the _nDataset& property of an overlay, or from the GetDataset, GetDatasetContainer, FindExternalDataset or TopoGetNamedSeedDataset methods. The serial number should be queried immediately before use and not stored for later use, because dataset serial numbers may change during the course of a SIS session.

Overlay Properties

Overlay properties are set and queried using the SIS_OT_OVERLAY constant and the GetFlt/GetInt/GetStr/GetProperty and SetFlt/SetInt/SetStr/SetProperty methods. The nObject& argument should be the index in the list of overlays in the current window of the required overlay. The _nOverlay& property is the total number of overlays in the current window.

Note: Overlay indices run from zero to one less than the number of overlays.


Overlay Properties


Top of page

Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).