API Reference > Other Classes > OdFdFieldEnginePE Class > OdFdFieldEnginePE Methods > OdFdFieldEnginePE::getOwnerTable Method
OdFdFieldEnginePE::getOwnerTable Method
Syntax
C++
virtual OdDbObjectId getOwnerTable(const OdDbField* field) = 0;
Parameters 
Description 
const OdDbField* field 
[in] Pointer to the field object.  

OdDbTable entity ID.

Returns the OdDbTable entity ID which is supposed to be the owner of the field object. Intended to be used during adding or modifying a formula field in one of table cells, while the field can be a non-database-resident. 

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.