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

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

Syntax

C#
public Lines LinesByComponentType(
	CLine..::..ComponentTypeConstants compType
)
Visual Basic
Public Function LinesByComponentType ( _
	compType As CLine..::..ComponentTypeConstants _
) As Lines
Visual C++
public:
Lines^ LinesByComponentType(
	CLine..::..ComponentTypeConstants compType
)

Parameters

compType
Type: NMixerProNET..::..CLine..::..ComponentTypeConstants
Numeric expression that is the combination of one or more of the possible values from the ComponentTypeConstants enumeration.

Return Value

A list of lines that match one or more of values from the compType parameter.

Remarks