The type of line, destination or source, as described by one of the values from the LineTypeConstants enumeration.

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

Syntax

C#
public CLine..::..LineTypeConstants LineType { get; protected internal set; }
Visual Basic
Public Property LineType As CLine..::..LineTypeConstants
	Get
	Protected Friend Set
Visual C++
public:
property CLine..::..LineTypeConstants LineType {
	CLine..::..LineTypeConstants get ();
	protected public: void set (CLine..::..LineTypeConstants value);
}

See Also