Click or drag to resize

IPCProcessAllocate Enumeration

Controls where to place a function.

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public enum IPCProcessAllocate
Members
  Member nameValueDescription
SeparateProcess0 Allocate function to a separate process.
SharedProcess1 Allocate function to shared process pool.
See Also