VShowModel Method
Description
Display the object model. For more details, see the ShowModel Property in the Vision Guide Properties reference.
Syntax
Sub VShowModel (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
VShowSequence Method, VTrain Method
VShowModel Example
VB Example:
m_spel.VShowModel("myseq", "myobj")
C# Example:
m_spel.VShowModel("myseq", "myobj");