Gets the total number of dimension locations belonging to this dimension.

Namespace: Endeca.Navigation
Assembly: 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.

Class invariant:

CopyC#
TotalNumberLocations >= Elements.Size()

See Also