VEditWindow Method

Description
Displays the editor for search window don't care pixels. For more details, see the EditWindow Property in the Vision Guide Properties reference.

Syntax
Sub VEditWindow (Sequence As String, Object As String, Parent As Form)

Parameters

  • Sequence
    A string expression indicating the vision sequence name for the current project.
  • ObjectName
    A string expression indicating the vision object name for the current project.


See Also
Vsave Method

VEditWindow Example
VB Example:

m_spel.VEditWindow("myseq", "myobj")  

C# Example:

m_spel.VEditWindow("myseq", "myobj");