API Reference > OdDAI Namespace > Classes > ApplicationInstance Class > ApplicationInstance Methods > ApplicationInstance::inFields Method
ApplicationInstance::inFields Method
Syntax
C++
virtual OdResult inFields(OdSpfFilerBase * rdFiler);
Parameters 
Description 
OdSpfFilerBase * rdFiler 
[in] A raw pointer to the filer object associated with the file buffer to read data from.  

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

Reads values of the instance's explicit attribute fields from a file buffer that is associated with a specified filer object.

The method's default implementation returns the eNotImplemented value.

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