Click or drag to resize

SeriesInstance Constructor

Creates a new instance of the SeriesInstance class.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public SeriesInstance(
	CollectionElement physicalStructure,
	ChannelInstance channel,
	SeriesDefinition definition
)
View Source

Parameters

physicalStructure  CollectionElement
The physical structure of the series instance.
channel  ChannelInstance
The channel instance that this series instance resides in.
definition  SeriesDefinition
The series definition that defines this series instance.
See Also