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