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

Initializes a parameters class for an Agent

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

Syntax

C#
public AgentParameters(
	Agent agent,
	bool isGlobal
)

Parameters

agent
Type: Clarion.Framework..::..Agent
(optional) The Agent class instance in which the parameters class is being initialized
isGlobal
Type: System..::..Boolean
(optional) Specifies whether the instance of the parameters class being initialized is to be used for global or local parameters

See Also