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