This collection provides a series of CLine objects that match the specified ID.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public Lines LinesByConnection(
	int id
)
Visual Basic
Public Function LinesByConnection ( _
	id As Integer _
) As Lines
Visual C++
public:
Lines^ LinesByConnection(
	int id
)

Parameters

id
Type: System..::..Int32

[Missing <param name="id"/> documentation for "M:NMixerProNET.CMixer.LinesByConnection(System.Int32)"]

Return Value

A list of lines that are connected to a line whose ID matches the ID passed as a parameter.

Remarks