Creates a new PhasorValueBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected PhasorValueBase( IDataCell parent, IPhasorDefinition phasorDefinition )
Protected Sub New ( _ parent As IDataCell, _ phasorDefinition As IPhasorDefinition _ )
protected: PhasorValueBase( IDataCell^ parent, IPhasorDefinition^ phasorDefinition )
Parameters
- parent (IDataCell)
- The IDataCell parent of this PhasorValueBase.
- phasorDefinition (IPhasorDefinition)
- The IPhasorDefinition associated with this PhasorValueBase.