DOFInterfaceIDcreate Method (String)OpenDOF Object Access Library
Construct an interface identifier 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 DOFInterfaceID create(
	string formatIID
)

Parameters

formatIID
Type: SystemString
The interface identifier in standard format form.

Return Value

Type: DOFInterfaceID
The newly created interface identifier.
Remarks

Construct an interface identifier using the standard format.
See Also

Reference