The Data Vector Object

The DataVector object is an element of the DataVectors collection and contains all the information stored about each data vector in the model.

Collections contained by the DataVector Object

Subscripts

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

Properties for the DataVector Object

Count

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

Declaration

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

Name

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

Position

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

PosValid

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

Type

The type of the data vector. (Enumerated Property - Read Only). Possible values are defined as:

StochType

The stochastic type of the data vector. (Enumerated Property - Read Only)

Value

The data value for the element specified by the Position property. (Double Property - Read/Write)

Methods for the DataVector Object

ClearValues

Clears all values from the data vector. (Method)

MoveFirstPos

Moves the Position property to the first element of the data vector. (Method)

MoveNextPos

Moves the Position property to the next valid element for the data vector (Method)

MoveSubscrPos (Subscr1, Subscr2, Subscr3)

Moves the Position property to the vector element specified by the subscripts


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