The DataVector object is an element of the DataVectors collection and contains all the information stored about each data vector in the model.
Returns the Subscripts collection for the data vector. (Object Property)
The number of elements in the data vector. (Integer Property - Read Only)
The declaration of the data vector. (String Property - Read Only)
The name of the data vector. (String Property - Read Only)
The current position within the vector. (Integer Property - Read/Write)
True if the current position is valid. (Boolean Property - Read Only)
The type of the data vector. (Enumerated Property - Read Only). Possible values are defined as:
The stochastic type of the data vector. (Enumerated Property - Read Only)
The data value for the element specified by the Position property. (Double Property - Read/Write)
Clears all values from the data vector. (Method)
Moves the Position property to the first element of the data vector. (Method)
Moves the Position property to the next valid element for the data vector (Method)
Moves the Position property to the vector element specified by the subscripts