Click or drag to resize

IMcImageSetResolutionScanPositions Property

Returns the scan positions for this resolution.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ScanPositions As McImageSetScanPositions
	Get

Property Value

Type: McImageSetScanPositions
Remarks
On-demand loading of the different resolutions requires information about the way the scan positions are used for each resolution. The singleton McImageSet.ScanPositions is therefore not usable for this purpose. Each resolution may have a McImageSetScanPositions.ScanType of mcisstNone (if one image covers the entire area), of mcisstLeftToRightTB (for all intermediate resolutions), or of any of the scan types for the original acquisition. The on-demand loading is not possible without understanding the X/Y positions of each location in the Scan dimension, so every attempt will be made to assure that the ScanPositions associated with each resolution will have a full set of McImageSetScanPositions.ScanLocations.
See Also