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: DOFObjectA DOFObject with the specified object identifier.
Remarks
See Also