The Variable Vectors Collection
      The VariableVectors collection is used to store a list of parent
      VariableVector objects. The parent
      Model object uses the VariableVectors collection to
      store a list of all the variable vectors that are defined in the model.
      
         Methods for the VariableVectors Object
      
Add
         (Declaration, Expression)
      
      
         Adds a new variable vector to the model, returns the VariableVector object.  (Method)
      
Locate
         (Name)
      
      
         Locates a specific variable vector name, returns the variable vector number.  (Method)
      
      
         Properties for the VariableVectors Object
      
Count
      
         The number of VariableVector objects in the collection.  (Integer Property - Read Only)
      
Item
         (Index)
      
      
         Returns the selected VariableVector object from the collection.  (Object Property)
      
      
      
            Back To Top
             |
         
            Maximal Home Page
             |
         Table of Contents |
         
            Previous Page
             |
         
            Next Page