[This is preliminary documentation and is subject to change.]

Sometimes it is Layer, sometimes something else.. (some source called it Quality)

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte Layer { get; set; }
Public Property Layer As Byte
public:
property unsigned char Layer {
	unsigned char get ();
	void set (unsigned char value);
}

See Also