API Reference > OdDAI Namespace > Classes > ApplicationInstance Class > ApplicationInstance Methods > ApplicationInstance::outFields Method
ApplicationInstance::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.  

eOk if the attribute field 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.