Creates a new ConfigurationCellBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected ConfigurationCellBase( IConfigurationFrame parent, ushort idCode, int maximumPhasors, int maximumAnalogs, int maximumDigitals )
Protected Sub New ( _ parent As IConfigurationFrame, _ idCode As UShort, _ maximumPhasors As Integer, _ maximumAnalogs As Integer, _ maximumDigitals As Integer _ )
protected: ConfigurationCellBase( IConfigurationFrame^ parent, unsigned short idCode, int maximumPhasors, int maximumAnalogs, int maximumDigitals )
Parameters
- parent (IConfigurationFrame)
- The reference to parent IConfigurationFrame of this ConfigurationCellBase.
- idCode (UInt16)
- The numeric ID code for this ConfigurationCellBase.
- maximumPhasors (Int32)
- Sets the maximum number of phasors for the PhasorDefinitions collection.
- maximumAnalogs (Int32)
- Sets the maximum number of phasors for the AnalogDefinitions collection.
- maximumDigitals (Int32)
- Sets the maximum number of phasors for the DigitalDefinitions collection.