API Reference > OdDbRoot Classes > OdDbBaseBlockRefPE Class > OdDbBaseBlockRefPE Methods > OdDbBaseBlockRefPE::isGeneric Method
OdDbBaseBlockRefPE::isGeneric Method
Syntax
C++
virtual bool isGeneric(const OdRxObject * pBlockRef) const = 0;
Parameters 
Description 
const OdRxObject * pBlockRef 
[in] A pointer to a block reference.
 

Returns true if the block reference is a generic one, otherwise returns false.

Returns whether a specified block reference is generic. 

 

Gs system will not process a drawable as a block reference if this method returns false. Therefore the method can be used to filter out incompatible entities inherited from the OdDbBaseBlockRef class.

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