DOFObjectIDDomaincreate Method (String)OpenDOF Object Access Library
Construct a DOFObjectID.Domain using the standard format.

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

C#
public static DOFObjectIDDomain create(
	string identifier
)

Parameters

identifier
Type: SystemString
The standard format string for the object identifier.

Return Value

Type: DOFObjectIDDomain
The newly created object identifier.
Remarks

Construct a DOFObjectID.Domain using the standard format. Must not have attributes.
See Also

Reference