Click or drag to resize

ChannelInstanceRemove Method

Removes the given series instance from the collection of series instances.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void Remove(
	SeriesInstance seriesInstance
)
View Source

Parameters

seriesInstance  SeriesInstance
The series instance to be removed.
See Also