Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IValueVector
IValueVector Properties
Name
Description
AsString
Returns a string representation of the all the values in the vector
HashCode
Returns a hash code for storing the IValueVector efficiently within a Rete network
ValueCount
Returns the number of values within the vector
Value[Integer]
Returns the value at the specified index within the vector. If the index is out of bounds, an EListError exception is raised
Top