Click or drag to resize

IMcImageSetScanPositions Property

Get information about the full-resolution Scan positions

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
Gets an object reporting information about the full-resolution scan positions in this set. Unlike some of the other related properties (such as the Channels property), this object is not a collection. The IMcImageSet.ScanPositions property is equivalent to IMcImageSet2.Resolutions(0).ScanPositions so the IMcImageSet.ScanPositions property represents the scan postions of only the zero'th Resolutions dimension (i.e., full-resolution).
See Also