DOFObjectIDSourcecreate Method (Byte)OpenDOF Object Access Library
Create a DOFObjectID.Source from a byte[] of data.

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

C#
public static DOFObjectIDSource create(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The binary data to create the identifier. There may be additional data in the buffer after the object identifier that is ignored. This must not be null.

Return Value

Type: DOFObjectIDSource
The newly created object identifier.
Remarks

Create a DOFObjectID.Source from a byte[] of data. The DOFObjectID created cannot have attributes, cannot be Broadcast and cannot have a data size greater than 20.
See Also

Reference