EbsOpen Class Library for EBSILON®Professional

EbsValue.GetValueInUnit Method 

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

Remarks

the return the value converted to 'Unit' or VT_EMPTY if no value is present or an unit conversion error occurs

See Also

EbsValue Class | EbsOpen Namespace