[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.1.0 (6.1.1.0)

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