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