Click or drag to resize

measureSetBaseItem Property (String)

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

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

Parameters

path
Type: SystemString
The path.

Property Value

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

Return Value

Type: IMeasure
See Also