DOFObjectIDgetBytes Method OpenDOF Object Access Library
Get the binary form of this DOFObjectID.

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

C#
public virtual byte[] getBytes()

Return Value

Type: Byte
The bytes of this DOFObjectID.
Remarks

Get the binary form of this DOFObjectID. The bytes include the length and class.
See Also

Reference