EbsOpen Class Library for EBSILON®Professional

StartBoundaryValue.SetUpperBoundInUnit Method 

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

See Also

StartBoundaryValue Class | EbsOpen Namespace