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

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

Retrieves whether the SDAI instance belongs to a certain entity type with a specified name.

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