Creates a new ChannelCellBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected ChannelCellBase( IChannelFrame parent, ushort idCode )
Protected Sub New ( _ parent As IChannelFrame, _ idCode As UShort _ )
protected: ChannelCellBase( IChannelFrame^ parent, unsigned short idCode )
Parameters
- parent (IChannelFrame)
- A reference to the parent IChannelFrame for this ChannelCellBase.
- idCode (UInt16)
- The numeric ID code for this ChannelCellBase.