OPC Labs Base Library
ElasticVector Collection Members
Overview 
OpcLabs_BaseLib ActiveX DLL : ElasticVector Collection
Public Methods
Adds an object to the end of the collection.

 

DISPID (Dispatch ID):

 

For more information, see Add in .NET Reference.

Adds the elements of the specified sequence to the end of the elastic vector.

 

DISPID (Dispatch ID):

 

For more information, see AddRange in .NET Reference.

Assigns the underlying array object of the elastic vector.

 

DISPID (Dispatch ID):

 

For more information, see Assign in .NET Reference.

Removes all elements from the collection.

 

DISPID (Dispatch ID):

 

For more information, see Clear in .NET Reference.

Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether an element is in the collection.

 

DISPID (Dispatch ID):

 

For more information, see Contains in .NET Reference.

Copies the elements of the ICollection to an Array, starting at a particular Array index.

 

DISPID (Dispatch ID):

 

For more information, see CopyTo in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Gets the element at the specified index.

 

DISPID (Dispatch ID):

 

For more information, see GetAt in .NET Reference.

Returns an enumerator that iterates through a collection.

 

DISPID (Dispatch ID):

 

For more information, see GetEnumerator in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.

 

DISPID (Dispatch ID):

 

For more information, see IndexOf in .NET Reference.

Inserts an element into the collection at the specified index.

 

DISPID (Dispatch ID):

 

For more information, see Insert in .NET Reference.

Changes the lower and upper bounds of the elastic vector.

 

DISPID (Dispatch ID):

 

For more information, see Redimension in .NET Reference.

Removes the first occurrence of a specific object from the collection.

 

DISPID (Dispatch ID):

 

For more information, see Remove in .NET Reference.

Removes the element at the specified index of the collection.

 

DISPID (Dispatch ID):

 

For more information, see RemoveAt in .NET Reference.

Changes the number of elements of an elastic vector to the specified new size.

 

DISPID (Dispatch ID):

 

For more information, see Resize in .NET Reference.

Sets the element at the specified index.

 

DISPID (Dispatch ID):

 

For more information, see SetAt in .NET Reference.

Obtains the underlying array object of the elastic vector.

 

DISPID (Dispatch ID):

 

For more information, see ToArray in .NET Reference.

Public Properties
Gets the number of elements actually contained in the collection.

 

DISPID (Dispatch ID):

 

For more information, see Count in .NET Reference.

Gets a value indicating whether the IList has a fixed size.

 

DISPID (Dispatch ID):

 

For more information, see IsFixedSize in .NET Reference.

Gets a value indicating whether the IList is read-only.

 

DISPID (Dispatch ID):

 

For more information, see IsReadOnly in .NET Reference.

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

 

DISPID (Dispatch ID):

 

For more information, see IsSynchronized in .NET Reference.

Gets or sets the element at the specified index.

 

DISPID (Dispatch ID):

 

For more information, see Item in .NET Reference.

Gets a 32-bit integer that represents the number of elements in the elastic vector.

 

DISPID (Dispatch ID):

 

For more information, see Length in .NET Reference.

Gets the index of the first element in the elastic vector.

 

DISPID (Dispatch ID):

 

For more information, see LowerBound in .NET Reference.

Gets an object that can be used to synchronize access to the ICollection.

 

DISPID (Dispatch ID):

 

For more information, see SyncRoot in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Gets the index of the last element in the elastic vector.

 

DISPID (Dispatch ID):

 

For more information, see UpperBound in .NET Reference.

See Also

ElasticVector Collection