EbsOpen Class Library for EBSILON®Professional

TimeSeriesCollection.Remove Method 

[Visual Basic]
Public Function Remove( _ 
   ByVal Index As Object _ 
) As Boolean
[C#]
public bool Remove(
   object Index
);
[C++]
public: bool Remove(
   Object* Index
);
[JScript]
public function Remove(
   Object Index
): bool;

Remarks

removes an item; returns True if an item was removed

See Also

TimeSeriesCollection Class | EbsOpen Namespace