Gets and sets the dimension depth for the aggregates defined by this GroupBy.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual int Depth { get; set; }
Visual Basic
Public Overridable Property Depth As Integer
	Get
	Set
Visual C++
public:
virtual property int Depth {
	int get ();
	void set (int value);
}

Field Value

An integer representing the level of a dimension hierarchy at which the grouping is performed.

See Also