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

Calculates the weight for the specified dimension within the chunk

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

Syntax

C#
public delegate double ChunkWeightCalculator(
	Object dimID,
	Chunk target
)

Parameters

dimID
Type: System..::..Object
The dimension ID
target
Type: Clarion.Framework.Core..::..Chunk
The chunk for which this weight is being calculated

Return Value

The weight of the dimension

See Also