The index of the current line.
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public short Index { get; protected internal set; } |
| Visual Basic |
|---|
Public Property Index As Short Get Protected Friend Set |
| Visual C++ |
|---|
public: property short Index { short get (); protected public: void set (short value); } |