API Reference > OdDAI Namespace > Classes > OdDAIObjectSDAI Class > OdDAIObjectSDAI Methods > isKindOf Method > OdDAIObjectSDAI::isKindOf Method (Entity *)
OdDAIObjectSDAI::isKindOf Method (Entity *)
Syntax
C++
virtual bool isKindOf(const Entity * entityDef) const = 0;
Parameters 
Description 
const Entity * entityDef 
[in] An instance of the Entity class that represents the entity type.  

true if the SDAI object belongs to the specified type; otherwise, the method returns false.

Retrieves whether the Standard Data Access Interface (SDAI) object belongs to a specified entity type.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.