Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
IAggrReader<class TItem>::read Method
Syntax
C++
virtual OdResult read(TItem& readTo, bool commaNeed) = 0;

Reads an aggregate item.

Parameters
Description
readTo
[out] A placeholder for the read data.
commaNeed
[in] A flag that determines whether data should be skipped until a comma symbol is found.

eOk if the value of a primitive type was successfully read; otherwise, the method returns an appropriate error code.

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