IMcImageSetScanPositionsAddScanLocation Method
|
|
Add a scan location to the list
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub AddScanLocation (
lIndex As Integer,
dfX As Double,
dfY As Double
)
Parameters
- lIndex
- Type: SystemInt32
- dfX
- Type: SystemDouble
- dfY
- Type: SystemDouble
RemarksAdds the supplied X/Y position to the ScanLocations list.
See Also