API Reference > OdDb Classes > OdDbPropertiesOverrule Class > OdDbPropertiesOverrule Methods > OdDbPropertiesOverrule::getClassID Method
OdDbPropertiesOverrule::getClassID Method
Syntax
C++
virtual OdResult getClassID(const OdDbObject* pSubject, void* pClsid);
Parameters 
Description 
const OdDbObject* pSubject 
[in] A raw pointer to an object or entity.  
void* pClsid 
[out] A pointer to the corresponding COM wrapper class ID. 

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

 

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