VDeleteObject Method

Description
Deletes a vision object in the current project.

Syntax
Sub VDeleteObject (Sequence As String, ObjectName As String)

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
VCreateObject Method, VCreateSequence Method, VDeleteSequence Method

VDeleteObject Example
VB Example:

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

C# Example:

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