Returns the type of component that this line is interfacing.

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

Syntax

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

Return Value

One of the possible values from the ComponentTypeConstants enumeration.

See Also