DOFObjectID Constructor (Int32, Byte, IDictionaryByte, DOFObjectIDAttribute)OpenDOF Object Access Library
Construct a new object identifier.

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

C#
protected DOFObjectID(
	int idClass,
	byte[] data,
	IDictionary<byte, DOFObjectIDAttribute> attributes
)

Parameters

idClass
Type: SystemInt32
The oid's class identifier. See the DOFObjectID.CLASS_ constants.
data
Type: SystemByte
The oid's value.
attributes
Type: System.Collections.GenericIDictionaryByte, DOFObjectIDAttribute
The oid's attributes.
Remarks

Construct a new object identifier.
See Also

Reference