Gets/sets a value which enables or disables multiprocessing.

Namespace: Aurigma.GraphicsMill
Assembly:   Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic (Declaration)
Public Shared Property MultiProcessorSupport As Boolean
C#
public static bool MultiProcessorSupport { get; set; }
Visual C++
public:
static property bool MultiProcessorSupport {
	bool get ();
	void set (bool value);
}

Property Value

Value specifying whether the multiprocessing should be enabled or not.

See Also