IMcImageSetScanPositionsGetScanLocations Method
|
|
Gets the scan locations
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub GetScanLocations (
<OutAttribute> ByRef pXLocations As Object,
<OutAttribute> ByRef pYLocations As Object
)
Parameters
- pXLocations
- Type: SystemObject
- pYLocations
- Type: SystemObject
RemarksGets 1-dimensional arrays of X and Y positions of the scan locations. Each array will always have
one element for each position along the Scan dimension.
See Also