Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::outFields Method
Syntax
C++
virtual OdResult outFields(OdSpfFilerBase * wrFiler);

Writes values of the instance's explicit attribute fields to a file buffer that is assigned to a specified filer object.

Parameters
Description
wrFiler
[in] A raw pointer to the filer object assigned with the file buffer to write data to.

eOk if the attribute field values are successfully written; otherwise, the method returns an appropriate error.

The method's default implementation returns the eNotImplemented value.

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