Versions Compared

Key

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

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
languagevb
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
titleSee Also