DOFObjectIDSourcecreate Method (DOFObjectID)OpenDOF Object Access Library
Create an DOFObjectID.Source from a DOFObjectID.

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

C#
public static DOFObjectIDSource create(
	DOFObjectID id
)

Parameters

id
Type: org.opendof.core.oalDOFObjectID
The DOFObjectID to create the identifier. Cannot have attributes. Cannot be of type BROADCAST. Data size cannot be greater than 20.

Return Value

Type: DOFObjectIDSource
The newly created object identifier.
Remarks

Create an DOFObjectID.Source from a DOFObjectID. The DOFObjectID created cannot have attributes, cannot be Broadcast and cannot have a data size greater than 20.
See Also

Reference