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: DOFObjectIDDomainThe newly created object identifier.
Remarks
See Also