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: "Object(%<_ObjId XXX>%).PropName"  
OdDbDatabase* pDb 
[in] database  
OdDbObjectId& objId 
[out] object id  
OdString& propName 
[out] property name
Returns 'true' on success, otherwise returns 'false'. 

Parses property string of ObjProp field code retrieving object id and property type. 

 

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