EbsOpen Class Library for EBSILON®Professional

UnitConverter.StringsForUnit Method 

[Visual Basic]
Public Function StringsForUnit( _ 
   ByVal Unit As EpUnit _ 
) As String()
[C#]
public String() StringsForUnit(
   EpUnit Unit
);
[C++]
public: String()* StringsForUnit(
   EpUnit Unit
);
[JScript]
public function StringsForUnit(
   EpUnit Unit
): String();

Remarks

returns an array of strings for the specified unit

See Also

UnitConverter Class | EbsOpen Namespace