Creates a new PhasorDefinition from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public PhasorDefinition( ConfigurationCell parent, int index, string entryValue )
Public Sub New ( _ parent As ConfigurationCell, _ index As Integer, _ entryValue As String _ )
public: PhasorDefinition( ConfigurationCell^ parent, int index, String^ entryValue )
Parameters
- parent (ConfigurationCell)
- The ConfigurationCell parent of this PhasorDefinition.
- index (Int32)
- Index of phasor within INI based configuration file.
- entryValue (String)
- The entry value from the INI based configuration file.