DOFObjectIDDomaincreate Method (Byte, Int32)OpenDOF Object Access Library
Create an DOFObjectID.Domain from a byte[] of data at an offset.

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

C#
public static DOFObjectIDDomain create(
	byte[] data,
	int offset
)

Parameters

data
Type: SystemByte
The data to create the identifier from. There may be addition data in the array but after the object identifier that will be ignored. This must not be null.
offset
Type: SystemInt32
The offset into the data where the identifier begins. Must not be negative.

Return Value

Type: DOFObjectIDDomain
The newly created object identifier.
Remarks

Create an DOFObjectID.Domain from a byte[] of data at an offset. The DOFObjectID created cannot have attributes.
See Also

Reference