DOFcreateSystem Method OpenDOF Object Access Library
Creates a DOFSystem that uses the default configuration. Calling this overload is identical to calling createSystem(Config, int) and passing the arguments
(null, 0)
. For a full list of DOFSystem defaults, see DOFSystem.Config.Builder.Builder(). For more information about creating systems, see createSystem(DOFSystem.Config, int).

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFSystem createSystem()

Return Value

Type: DOFSystem
The newly created DOFSystem. The return value will be null if the DOF cannot accept the new DOFSystem.
See Also

Reference