API Reference > OdDAI Namespace > Classes > OdDAIObjectSDAI Class > OdDAIObjectSDAI Methods > isKindOf Method > OdDAIObjectSDAI::isKindOf Method (char *)
OdDAIObjectSDAI::isKindOf Method (char *)
Syntax
C++
virtual bool isKindOf(const char * entityName) const = 0;
Parameters 
Description 
const char * entityName 
[in] A name of entities type.  

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

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

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