DimensionInfo.GetUnitsBySystem Method

Returns a list of UnitInfo by the given unis of measurement system.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public List<UnitInfo> GetUnitsBySystem(
	string system
)

Parameters

system  String
Unis of measurement system to look up units for.

Return Value

List<UnitInfo>
A list of UnitInfo by the given unis of measurement system.

See Also