Gets the total number of dimension locations belonging to this dimension.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual long TotalNumLocations { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property TotalNumLocations As Long Get |
| Visual C++ |
|---|
public: virtual property long long TotalNumLocations { long long get (); } |
Field Value
Total number of dimension locations of this group.
Remarks
Depending on the nature of the query where an associated dimension
locations is obtained, the collection may only contain a
subset of the locations of the group. This method gets the
total number of the locations.
CopyC#
Class invariant:
TotalNumberLocations >= Elements.Size()