DOF Constructor OpenDOF Object Access Library
Creates a DOF instance with a default config.

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

C#
public DOF()
Remarks

Creates a DOF instance with a default config. DOF is one of the few classes in the OAL where you use a constructor with the new keyword to instantiate a class. Most other classes in the OAL are instantiated using a create method (for example, see createSystem() ).

It is very rare that an application would require more than a single DOF, but multiples can be created.

Each DOF created must be destroyed by calling the destroy() method.

See Also

Reference