DOFObjectIDDomaincreate Method (DOFObjectID)OpenDOF Object Access Library
Create a DOFObjectID.Domain from a DOFObjectID.

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

C#
public static DOFObjectIDDomain create(
	DOFObjectID id
)

Parameters

id
Type: org.opendof.core.oalDOFObjectID
The DOFObjectID to create the identifier. Cannot have attributes.

Return Value

Type: DOFObjectIDDomain
The newly created object identifier.
Remarks

Create a DOFObjectID.Domain from a DOFObjectID. If a DOFObjectID.Domain cannot be constructed with the DOFObjectID provided then it returns null. The DOFObjectID created cannot have attributes.
See Also

Reference