API Reference > OdDb Classes > OdDbSubentityOverrule Class > OdDbSubentityOverrule Methods > OdDbSubentityOverrule::addSubentPaths Method
OdDbSubentityOverrule::addSubentPaths Method
Syntax
C++
virtual OdResult addSubentPaths(OdDbEntity* pSubject, const OdDbFullSubentPathArray& paths);
Parameters 
Description 
OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
const OdDbFullSubentPathArray& paths 
[in] An array of full subentity path objects identifying the subentities to be added to the entity. 

Overrules OdDbEntity::subAddSubentPaths() method and calls it in the default implementation. This method returns eOk if successful. 

 

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