API Reference > OdDb Classes > OdDbSubentityOverrule Class > OdDbSubentityOverrule Methods > OdDbSubentityOverrule::subentGripStatus Method
OdDbSubentityOverrule::subentGripStatus Method
Syntax
C++
virtual void subentGripStatus(OdDbEntity* pSubject, OdDb::GripStat status, const OdDbFullSubentPath& subentity);
Parameters 
Description 
OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
OdDb::GripStat status 
[in] A status of the grip operation specified by the OdDb::GripStat enumeration.  
path 
[in] A full subentity path object identifying the subentity whose grip status is to be changed. 

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

 

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