Click or drag to resize

measureDecadeSystemRegistryItem Property (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the measureDecadeSystem with the specified key.

Namespace:  imbSCI.Core.math.measureSystem.systems
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public measureDecadeSystem this[
	string key
] { get; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: measureDecadeSystem
The measureDecadeSystem.

Return Value

Type: measureDecadeSystem
Exceptions
ExceptionCondition
ExceptionSystem not found in the registry! "+key
See Also