ClassDef Interfaces Collection

See Also

The collection of all interfaces that are implemented by this class.

Collection descriptor Descriptor value
Relationship Typeremsc Class-Implements-Interface
Source Is Originremsc Yes
Minimum Collection Sizeremsc Zero
Maximum Collection Sizeremsc Many
Sequenced Collection No
Deletes Propagated No
Destinations Named No
Case Sensitive Names Not applicable
Unique Names Not applicable

Syntax

Set variable = object.Interfaces( index )

The Interfaces collection syntax has the following parts.

Part Description
variable A variable declared as an InterfaceDef object. Receives the specified interface.
object An object expression that evaluates to a ClassDef object.
index An integer index that identifies which element in the collection is to be addressed. The valid range is from one to the number of elements in the collection. The number of elements in the collection is specified by object.Interfaces.Count.