[This is preliminary documentation and is subject to change.]
Calculates the weight for the specified dimension
Namespace: Clarion.Framework.CoreAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
Parameters
- dimID
- Type: System..::..Object
The ID of the dimension whose weight is to be calculated
Remarks
![]() |
---|
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. |