DimensionInfo.GetUnitsBySystem Method
Returns a list of
UnitInfo by the given unis of measurement system.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public List<UnitInfo> GetUnitsBySystem(
string system
)
Public Function GetUnitsBySystem (
system As String
) As List(Of UnitInfo)
public:
List<UnitInfo^>^ GetUnitsBySystem(
String^ system
)
member GetUnitsBySystem :
system : string -> List<UnitInfo>
- system String
- Unis of measurement system to look up units for.
List<UnitInfo>A list of
UnitInfo by the given unis of measurement system.