EbsOpen Class Library for EBSILON®Professional

OptimizationDataCollection.RemoveById Method 

[Visual Basic]
Public Function RemoveById( _ 
   ByVal Id As Integer _ 
) As Boolean
[C#]
public bool RemoveById(
   int Id
);
[C++]
public: bool RemoveById(
   int Id
);
[JScript]
public function RemoveById(
   int Id
): bool;

Remarks

removes an item; returns True if an item was removed

See Also

OptimizationDataCollection Class | EbsOpen Namespace