Value |
The ValueSequenceTDataType type exposes the following members.
| Name | Description | |
|---|---|---|
| Append | Creates a new CAEX object and appends it to the value sequence. The value of the appended object is set to the provided value. | |
| At | Gets the value from the element at the specified index. | |
| GetEnumerator |
Gets the enumerator for this sequence which enumerates the Values.
(Overrides NamedElementSequenceTGetEnumerator) | |
| IndexOf | Gets the Index of the specified element in the sequence of elements with the same name | |
| Prepend | Creates a new CAEX object with the provided value and prepends it to already existing elements. | |
| Remove |
Removes all CAEX objects from this sequence.
(Inherited from NamedElementSequenceT) | |
| RemoveAt |
Removes the element at the given index.
(Inherited from NamedElementSequenceT) |