UnitInfo.GetRelationBySystem Method

Note: This API is now obsolete.
Converts the result of GetRelationByUnitSystem(String, Boolean) to terms.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
[ObsoleteAttribute("Use Entry instead of Term[]", false)]
public Term[] GetRelationBySystem(
	string system,
	bool strict
)

Parameters

system  String
System of units.
strict  Boolean
Determines if only specified system of units applicable.

Return Value

Term[]
Result of GetRelationByUnitSystem(String, Boolean) which is converted to terms.

See Also