Click or drag to resize

measureDecadeSystemGetUnitByName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the unit by short name or sufix. i.e.: mm for milimeters

Namespace:  imbSCI.Core.math.measureSystem.systems
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public measureSystemUnitEntry GetUnitByName(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString

Return Value

Type: measureSystemUnitEntry
See Also