EbsOpen Class Library for EBSILON®Professional

StartBoundaryValue.GetLowerBound Method 

[Visual Basic]
Public Sub GetLowerBound( _ 
   ByRef Value As UnitValue, _ 
   Optional ByVal Unit As EpUnit = epUNITACCESS_ACTUAL _ 
)
[C#]
public void GetLowerBound(
   out UnitValue Value,
   EpUnit Unit
);
[C++]
public: void GetLowerBound(
   * UnitValue* Value,
   EpUnit Unit
);
[JScript]
public function GetLowerBound(
   UnitValue Value,
   EpUnit Unit
);

See Also

StartBoundaryValue Class | EbsOpen Namespace