Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdFdFieldEnginePE::parseObjProp Method
Syntax
C++
virtual bool parseObjProp(const OdString& prop, OdDbDatabase* pDb, OdDbObjectId& objId, OdString& propName) = 0;

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

 

Parameters
Description
prop
[in] Property string of the format: "Object(%<_ObjId XXX>%).PropName".
pDb
[in] Database.
objId
[out] Object ID.
propName
[out] Property name.

True if the operation is successful, false otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.