Returns a reference to the parent CLine object.

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

Syntax

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

See Also