Creates a new NetworkElementConnection.
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
public NetworkElementConnection( NetworkElement Element, int Phase )
Parameters
- Element
- Type: ElecNetKit.NetworkModelling NetworkElement
The NetworkElement that this structure represents a connection to.
- Phase
- Type:
System Int32
The phase of Element that this structure represents a connection to.
See Also