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); } |