Line Constructor ElecNetKit Documentation
Instantiates a new Line.

Namespace: ElecNetKit.NetworkModelling
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public Line(
	string ID,
	double Length
)

Parameters

ID
Type: OnlineSystem String
The ID of the line. Must be unique among lines, but not necessarily among all NetworkElements.
Length
Type: OnlineSystem Double
The length of the line.
See Also