EbsOpen Class Library for EBSILON®Professional

EbsilonObjectReference.SetEbsValue Method 

[Visual Basic]
Public Function SetEbsValue( _ 
   ByVal EbsValue As EbsValue _ 
) As Boolean
[C#]
public bool SetEbsValue(
   EbsValue EbsValue
);
[C++]
public: bool SetEbsValue(
   EbsValue* EbsValue
);
[JScript]
public function SetEbsValue(
   EbsValue EbsValue
): bool;

See Also

EbsilonObjectReference Class | EbsOpen Namespace