Click or drag to resize

AnalogValueBase(IDataCell, IAnalogDefinition) Constructor

Creates a new AnalogValueBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected AnalogValueBase(
	IDataCell parent,
	IAnalogDefinition analogDefinition
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this AnalogValueBase.
analogDefinition  IAnalogDefinition
The IAnalogDefinition associated with this AnalogValueBase.
See Also