Click or drag to resize

IMcImageSetTemplateScanPositions Property

Get information about the 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 scan positions in this set. Unlike some of the other related properties (such as the Channels property), this object is not a collection. If the ScanPositions property is accessed and its properties are initialized, then when a McImageSet is initialized from the McImageSetTemplate instance (via the McImageSet.SetFromTemplate method), the McImageSetTemplate.ScanPositions property will be used to set the McImageSet.ScanPositions property. The McImageSet.ScanPostions property is associated only will the zeroth index of the Resolutions dimension. There is no facility for initializing the Resoultions dimension of a McImageSetTemplate.
See Also