API Reference > OdDAI Namespace > Classes > Settings Class > Settings Methods > Settings::set_stringReadMaxBufferSize Method
Settings::set_stringReadMaxBufferSize Method
Syntax
C++
void set_stringReadMaxBufferSize(size_t stringReadMaxBufferSize);
Parameters 
Description 
size_t stringReadMaxBufferSize 
[in] The new maximum string size in bytes to be set. 

Sets a new maximum buffer size for the string data type read from a file. Data block that exceeds this size is truncated while reading.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.