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

Used to specify whether the particular instance of the parameters class is being used for global or local parameters

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

Syntax

C#
protected bool IsGlobal { get; }

Remarks

This property is read only and it set during initialization. It is used to determine whether or not a global parameter change event should be initiated when updating a parameter.

Details on how to correctly use this property can be found in the Advanced Tutorial under the Tutorials section of the CLARION Library package.

See Also