Accessor which gets/sets the maximum depth of dimension values that will be returned for all dimensions. There is no per-dimension setting

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

Syntax

C#
public OptionalInt MaxDepth { get; set; }
Visual Basic
Public Property MaxDepth As OptionalInt
	Get
	Set
Visual C++
public:
property OptionalInt^ MaxDepth {
	OptionalInt^ get ();
	void set (OptionalInt^ value);
}

Field Value

An
CopyC#
OptionalInt
that specified the depth of dimensions that will be returned. If the
CopyC#
OptionalBoolean
is empty, then all elligable dimension values are returned.

See Also