API Reference > Other Classes > OdFdFieldEnginePE Class > OdFdFieldEnginePE Methods > OdFdFieldEnginePE::parseObjProp Method
OdFdFieldEnginePE::parseObjProp Method
Syntax
C++
virtual bool parseObjProp(const OdString& prop, OdDbDatabase* pDb, OdDbObjectId& objId, OdString& propName) = 0;
Parameters 
Description 
const OdString& prop 
[in] Property string of the format: "Object(%<_ObjId XXX>%).PropName".  
OdDbDatabase* pDb 
[in] Database.  
OdDbObjectId& objId 
[out] Object ID.  
OdString& propName 
[out] Property name.
 

True if the operation is successful, false otherwise.

Parses the property string of the ObjProp field code and retrieves object ID and property type. 

 

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