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

Gets a thread-safe "read-only" list of all the dimension-value pairs with the specified dimension ID.

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

Syntax

C#
public static IEnumerable<DimensionValuePair> GetDimension(
	Object dimensionID
)

Parameters

dimensionID
Type: System..::..Object
The ID of the dimension whose dimension-value pairs you wish to get

Return Value

A "read-only" list of all the dimension-value pairs in the specified dimension

Remarks

TODO: Add note about Non-Generic dimension-value pairs

Exceptions

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

See Also