Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagevb
Public Sub Remove( _
   ByVal Identifier As Variant _
)

Parameters

  • Identifier

Example

Dim MyModel As Model

Dim ProcID As Integer


' We want to remove the procedure with 2 as the ID

ProcID = 2


MyModel.Procedures.Remove(ProcID)


Info
titleSee Also