Click or drag to resize

SeriesDefinition Constructor

Creates a new instance of the SeriesDefinition class.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public SeriesDefinition(
	CollectionElement physicalStructure,
	ChannelDefinition channelDefinition
)
View Source

Parameters

physicalStructure  CollectionElement
The collection that is the physical structure of the series definition.
channelDefinition  ChannelDefinition
The channel definition in which the series definition resides.
See Also