DOFObjectIDSourcecreate Method (String)OpenDOF Object Access Library
Construct a DOFObjectID.Source 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 DOFObjectIDSource create(
	string identifier
)

Parameters

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

Return Value

Type: DOFObjectIDSource
The newly created object identifier.
Remarks

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

Reference