Determines if the dimension is fully implicit.

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

Syntax

C#
public virtual bool IsImplicit()
Visual Basic
Public Overridable Function IsImplicit As Boolean
Visual C++
public:
virtual bool IsImplicit()

Return Value

true if the dimension is fully implicit, and false if the dimenension contains any valid refinements or a descriptor.

Remarks

A dimension is considered fully implicit if the dimension has no non-implicit refinements and has no descriptors. That is, the dimension no longer has any refinements that would narrow the size of the results set and has not had any selections made to it.

See Also