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

Sets the weight of the dimension with the specified ID

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

Syntax

C#
public void SetDimensionWeight(
	Object dimensionID,
	double weight
)

Parameters

dimensionID
Type: System..::..Object
The ID of the dimension whose weight is to be set
weight
Type: System..::..Double
The dimension weight

See Also