[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;
the return the value converted to 'Unit' or VT_EMPTY if no value is present or an unit conversion error occurs
EbsValue Class | EbsOpen Namespace