Versions Compared

Key

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

...

Code Block
languagevb
Public Property _Item( _
   ByVal Identifier As ariantVariant _
) As Procedure

Parameters

  • Identifier

Example

Dim MyModel As Model

Dim MyProc As Procedure

Dim ProcID As Integer


' We want the procedure with 2 as the ID

ProcID = 2


Set MyProc = MyModel.Procedures.Item(ProcID)


Info
titleSee Also