Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdDAI::WrUtils::appendValue Function
Syntax
C++
OdUInt32 appendValue(int valueToWrite, std::vector<OdUInt8>& writeBuffer);

Appends a new value into a specified existing buffer.

Parameters
Description
valueToWrite
[in] A value to write.
writeBuffer
[out] A buffer where the value is written.

An unsigned 32-bit integer that contains the number of written bytes, or -1 if the write operation fails.

File: daiWriteUtils.h 

Namespace: OdDAI::WrUtils 

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