Click or drag to resize

measureSetBaseItem Property (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the [!:aceCommonTypes.interfaces.IMeasure] with the specified group.

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

Parameters

group
Type: SystemString
The group.
key
Type: SystemString
The key.

Property Value

Type: IMeasure
The [!:aceCommonTypes.interfaces.IMeasure].

Return Value

Type: IMeasure
See Also