NetworkElementConnection Constructor ElecNetKit Documentation
Creates a new NetworkElementConnection.

Namespace: ElecNetKit.NetworkModelling
Assembly: 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: OnlineSystem Int32
The phase of Element that this structure represents a connection to.
See Also