Returns the ID of the destination line that this line is connected.

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

Syntax

C#
public int ConnectedTo { get; protected internal set; }
Visual Basic
Public Property ConnectedTo As Integer
	Get
	Protected Friend Set
Visual C++
public:
property int ConnectedTo {
	int get ();
	protected public: void set (int value);
}

Remarks

A mixer has two types of lines: destinations and sources. For destination lines this property will always be zero. For sources lines this property will have the ID of the destination line to which it's connected.

See Also