Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Binary::getMemory Method
Syntax
C++
bool getMemory(OdArray<OdUInt8>& memoryBuffer) const;

Retrieves the Binary object value represented as a byte array (memory buffer).

Parameters
Description
memoryBuffer
[out] A buffer to be filled with bytes of the Binary value.

true if the Binary object value was successfully written as a byte array in a specified buffer; otherwise, the method returns false.

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