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

Gets the dimension-value pair representation of the world object

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

Syntax

C#
DimensionValuePair AsDimensionValuePair { get; }

Remarks

All world objects have a dimension-value pair representation. This representation allows world objects to be "plugged-in" almost anywhere within the system (e.g., as a node in the input or output layers of an ImplicitComponent, as a feature of a chunk, as part of the sensory information, etc.).

See Also