Page History
...
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||