Meta Data Services Programming
ScriptDef UsingInterfaces Collection
This collection contains interfaces that use the script.
This collection is the origin collection of a relationship that associates a script with an interface. The destination collection of this relationship is the ScriptsUsedByInterface collection.
Syntax
Set variable=object.UsingInterfaces(index)
The UsingInterfaces syntax has the following parts.
Part | Description |
---|---|
variable | Variable declared as an object. |
object | An InterfaceDef object. |
index | An integer index that identifies which interface in the collection is to be addressed. The valid range is from one to the total number of interfaces in the collection. For more information, see Selecting Items in a Collection. |