DOFSystemcreateObject Method OpenDOF Object Access Library
Create a DOFObject with the specified object identifier.

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

C#
public DOFObject createObject(
	DOFObjectID objectID
)

Parameters

objectID
Type: org.opendof.core.oalDOFObjectID
The object identifier for the object to create. This must not be null.

Return Value

Type: DOFObject
A DOFObject with the specified object identifier.
Remarks

Create a DOFObject with the specified object identifier. The created object must be destroyed.

Requestors may prefer to use waitProvider(DOFInterfaceID, int) instead.

See Also

Reference