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

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