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

Gets a thread-safe "read-only" list of the meta info for the specified container in the specified agent.

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

Syntax

C#
public static IEnumerable<IWorldObject> GetAgentMetaInfo(
	Agent agent,
	Agent..::..InternalWorldObjectContainers container
)

Parameters

agent
Type: Clarion.Framework..::..Agent
The agent whose meta info you wish to get
container
Type: Clarion.Framework..::..Agent..::..InternalWorldObjectContainers
The container from which to get meta info

Return Value

A "read-only" list of the meta info for the specified container in the specified agent

Remarks

Note
Manipulating the list returned by this method has no effect on the world itself or the agent's meta info.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf the singleton world instance has not been initialized

See Also