Endeca Presentation API
TotalNumLocations Property
NamespacesEndeca.NavigationAssocDimLocationsTotalNumLocations
Gets the total number of dimension locations belonging to this dimension.
Declaration Syntax
C#Visual BasicVisual C++
public virtual long TotalNumLocations{ get;}
Public Overridable ReadOnly Property TotalNumLocations As Long
public:
virtual property long long TotalNumLocations {
	long long get ();
}
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()

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0