List containing DimLocation objects exposed as an IList.

C# | Visual Basic | Visual C++ |
public class DimLocationList : IList, ICollection, IEnumerable
Public Class DimLocationList _ Implements IList, ICollection, IEnumerable
public ref class DimLocationList : IList, ICollection, IEnumerable

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Add(Object) |
This operation is not supported.
|
![]() | Clear()() |
This operation is not supported.
|
![]() | Contains(Object) |
Determines whether a DimLocation element is in the DimLocationList.
|
![]() | CopyTo(Array, Int32) |
Copies the entire DimLocationList to a compatible one-dimensional
Array, starting at the specified index of the target array.
|
![]() | Count |
Gets the number of elements actually contained in the DimLocationList.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator()() |
Returns an enumerator for the entire DimLocationList.
|
![]() | GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf(Object) |
Returns the zero-based index of the first occurrence of an element
in the DimLocationList or in a portion of it.
|
![]() | Insert(Int32, Object) |
This operation is not supported.
|
![]() | IsFixedSize |
Gets a value indicating whether the
DimLocationList has a fixed size.
|
![]() | IsReadOnly |
Gets a value indicating whether the
DimLocationList is read-only.
|
![]() | IsSynchronized |
Gets a value indicating whether access to the DimLocationList
is synchronized (thread-safe).
|
![]() | Item[([Int32])] |
Gets the DimLocation at the specified index.
The set operation is not supported.
|
![]() | MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(Object) |
This operation is not supported.
|
![]() | RemoveAt(Int32) |
This operation is not supported.
|
![]() | SyncRoot |
This operation is not supported.
|
![]() | ToString()() | (Inherited from Object.) |

Unlike AssocDimLocations objects, the
DimLocation objects in a DimLocationList
can be from different dimensions. Therefore, the contents of a
DimLocationList often contain values from different dimensions.
As such, the intended use of this class is to return results
from a compound dimension search. Each individual compound dimension
search result is a DimLocationList and typically
contains dimension values from multiple dimensions.

Object | |
![]() | DimLocationList |