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

The options for level selection (such as fixed or variable)

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public enum LevelSelectionOptions

Members

Member nameValueDescription
FIXED0 Specifies that level selection should be made using the fixed level selection method
VARIABLE1 Specifies that level selection should be made using the variable level selection method

See Also