Gets the dimension values tagged to the record.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual AssocDimLocationsList DimValues { get; }
Visual Basic
Public Overridable ReadOnly Property DimValues As AssocDimLocationsList
	Get
Visual C++
public:
virtual property AssocDimLocationsList^ DimValues {
	AssocDimLocationsList^ get ();
}

Field Value

The values tagged to the record are organized by dimension. An empty list is returned if there are no dimension values tagged to the record.

Remarks

The dimension values are organized by dimensions and each value manifested as a position which includes the value and its ancestors in the dimension's hierarchy. Based on how this record was obtained, these tagged values may or may not be present.

See Also