Creates a new ChannelDefinitionBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected ChannelDefinitionBase( IConfigurationCell parent, string label, uint scale, double offset )
Protected Sub New ( _ parent As IConfigurationCell, _ label As String, _ scale As UInteger, _ offset As Double _ )
protected: ChannelDefinitionBase( IConfigurationCell^ parent, String^ label, unsigned int scale, double offset )
Parameters
- parent (IConfigurationCell)
- The IConfigurationCell parent of this ChannelDefinitionBase.
- label (String)
- The label of this ChannelDefinitionBase.
- scale (UInt32)
- The integer scaling value of this ChannelDefinitionBase.
- offset (Double)
- The offset of this ChannelDefinitionBase.