The Variable Vector Object

The VariableVector object is an element of the VariableVectors collection and contains all the information stored about each variable vector in the model.

Collections contained by the VariableVector Object

Subscripts

Returns the Subscripts collection for the variable vector. (Object Property)

Objects contained by the VariableVector Object

Variable

Returns the Variable object for the variable specified by the Position property. (Object Property)

Properties for the VariableVector Object

Count

The number of elements in the variable vector. (Integer Property - Read Only)

Declaration

The declaration of the variable vector. (String Property - Read Only)

Name

The name of the variable vector. (String Property - Read Only)

Position

The current position within the vector. (Integer Property - Read/Write)

PosValid

True if the current position in the vector is valid. (Boolean Property - Read Only)

Methods for the VariableVector Object

MoveFirstPos

Moves the position to the vector element specified by the subscripts. (Method)

MoveNextPos

Moves the position to the next valid element of the variable vector. (Method)

MoveSubscrPos (Index)

Moves the position to the vector element specified by the subscripts. (Method)


Back To Top | Maximal Home Page | Table of Contents | Previous Page | Next Page