Meta Data Services Programming
ClassDef ScriptsUsedByClass Collection
This is the collection of ScriptDef objects that are implemented by this class.
Syntax
Set variable = object.ScriptsUsedByClass(index)
The ScriptsUsedByClass collection syntax has the following parts.
Part | Description |
---|---|
variable | A variable declared as a ScriptDef object. Receives the specified script definition. |
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 total number of elements in the collection. The number of elements in the collection is specified by the object ScriptsUsedByClass.Count. For more information, see Selecting Items in a Collection. |