EbsOpen Class Library for EBSILON®Professional

EbsValue.SetValueInUnit Method 

[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;

Remarks

the return value indicates if 'Unit' belongs to the current dimension and 'Value' could beconverted

See Also

EbsValue Class | EbsOpen Namespace