[Visual Basic] Public Function SetValueInUnit( _ ByVal Value As Object, _ ByVal Unit As EpUnit _ ) As Boolean [C#] public bool SetValueInUnit( object Value, EpUnit Unit ); [C++] public: bool SetValueInUnit( Object* Value, EpUnit Unit ); [JScript] public function SetValueInUnit( Object Value, EpUnit Unit ): bool;
the return value indicates if 'Unit' belongs to the current dimension and 'Value' could beconverted
EbsValue Class | EbsOpen Namespace