Creates a
DOFSystem
that uses the default configuration. Calling this overload is identical to calling
createSystem(Config, int)
and passing the arguments . For a full list of DOFSystem defaults, see DOFSystem.Config.Builder.Builder(). For more information
about creating systems, see createSystem(DOFSystem.Config, int).
(null, 0)
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: DOFSystemThe newly created DOFSystem. The return value will be null if the DOF cannot accept the new DOFSystem.
See Also