Initializes a new DimensionValuePath instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public DimensionValuePath(
	DimensionValue dimensionValue
)
Visual Basic (Declaration)
Public Sub New ( _
	dimensionValue As DimensionValue _
)
Visual C++
public:
DimensionValuePath(
	DimensionValue^ dimensionValue
)

Parameters

dimensionValue
Type: Endeca.Data..::.DimensionValue
The leaf dimension value for this path. The path will contain the dimension values from the root dimension leading to this dimension value (inclusive), in that order.

Exceptions

ExceptionCondition
System..::.ArgumentNullException if dimensionValue is null.

See Also