HistorySources.Remove
- Last UpdatedDec 08, 2015
- 1 minute read
HistorySources.Remove method removes the specified history source from the list.
Example
Dim histSources = Trend1.HistorySources;
Dim ret = histSources.Remove("IDC_INSQL15");
Syntax
[Result =] HistorySources.Remove(string HistorySourceName);
Parameters
HistorySourceName
The name of the history source.
Return Value
This method returns TRUE if the instance was removed from the list. This method returns FALSE if the exact instance is not in the list, and the list remains unchanged.