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