Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbHandle::bytes Method
Syntax
C++
void bytes(OdUInt8 * bytes) const;

Returns this handle object as an array of OdUInt8[8] values. 

 

Parameters
Description
bytes
[in] Array of low-ordered bytes to receive the handle.

The low order byte is returned in bytes[0]. The buffer must be at least 17 bytes long.

Copyright © 2002-2022. Open Design Alliance All rights reserved.