IMcPatternMatchingSetSearchPattern Method
|
|
Sets seach pattern, which then can be used with FindSearchPattern function.
Namespace:
MediaCy.IQL.Align
Assembly:
MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
SyntaxSub SetSearchPattern (
vImage2 As Object
)
Parameters
- vImage2
- Type: SystemObject
RemarksIf the same search pattern is used on multiple images, then using single call to SetSearchPattern with multiple FindSearchPattern
is faster then using FindPattern calls.
See Also