UnitInfo.GetRelationBySystem Method
Note: This API is now obsolete.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
[ObsoleteAttribute("Use Entry instead of Term[]", false)]
public Term[] GetRelationBySystem(
string system,
bool strict
)
<ObsoleteAttribute("Use Entry instead of Term[]", false)>
Public Function GetRelationBySystem (
system As String,
strict As Boolean
) As Term()
public:
[ObsoleteAttribute(L"Use Entry instead of Term[]", false)]
array<Term^>^ GetRelationBySystem(
String^ system,
bool strict
)
[<ObsoleteAttribute("Use Entry instead of Term[]", false)>]
member GetRelationBySystem :
system : string *
strict : bool -> Term[]
- system String
-
System of units.
- strict Boolean
-
Determines if only specified system of units applicable.
Term[]Result of
GetRelationByUnitSystem(String, Boolean) which is converted to terms.