[This is preliminary documentation and is subject to change.]

Calculates the weight for the specified dimension

Namespace: Clarion.Framework.Core
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
protected internal double CalculateDimensionWeight(
	Object dimID
)

Parameters

dimID
Type: System..::..Object
The ID of the dimension whose weight is to be calculated

Remarks

Note
By default, the weight is equal to ConditionWeight / Sum(ConditionWeight of all dimensions). If a custom ChunkWeightCalculator has been specified, it will be used instead of the default behavior.

See Also