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

Specifies that the dimension (with the specified ID) MUST contain NO activated values

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

Syntax

C#
public void SetDimensionAsNOTActivated(
	Object dimensionID
)

Parameters

dimensionID
Type: System..::..Object
The ID of the dimension to be set

See Also