Page History
Description
Returns a Procedure object as specified by the given name, GUID,or ID. PARAMETERS: Identifier (String or Integer)Number of Procedure objects in the collection. DATATYPE: Integer.
Property Type
- Read-only property
...
Code Block | ||
---|---|---|
| ||
Public Property _Item( _
ByVal Identifier As ariant _
) As Procedure |
Parameters
...
Count() As Long |
Example
Dim MyModel As Model
Dim iCount As Long
MyModel.Procedures.Count = iCound
Info | ||
---|---|---|
| ||