API Reference > OdDAI Namespace > Classes > InstanceLoader Class > InstanceLoader Methods > InstanceLoader::outFields Method
InstanceLoader::outFields Method
Syntax
C++
virtual OdResult outFields(OdSpfFilerBase * wrFiler);
Parameters 
Description 
OdSpfFilerBase * wrFiler 
[in] A raw pointer to the filer object assigned with the file buffer to write data to.  

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

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

The method's default implementation returns the eNotImplemented value.

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