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

Gets the meta info

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

Syntax

C#
public DimensionValuePair[] MetaInfo { get; }

Implements

IDefinesAgentMetaInfo..::..MetaInfo

Remarks

Note
While this method has been implemented as required by the [!:IDefinesMetaInfo] interface, it is actually not utilized. Instead, specialized properties are used to add/remove meta information whenever necessary (e.g., working memory state information is added only when the working memory is initialized)
Note
This property is partially implemented as part of the new Clarion-E emotion mechanism (a proposal for Nicholas Wilson's dissertation)

See Also