[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 agent with the specified world ID.

Namespace: Clarion
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

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

Parameters

agentID
Type: System..::..Guid
The world ID of 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 agent with the specified world ID

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