API Reference > OdDAI Namespace > Classes > OdDAIObjectSDAI Class > OdDAIObjectSDAI Methods > isInstanceOf Method > OdDAIObjectSDAI::isInstanceOf Method (char *)
OdDAIObjectSDAI::isInstanceOf Method (char *)
Syntax
C++
virtual bool isInstanceOf(const char * entityName) const = 0;
Parameters 
Description 
const char * entityName 
[in] An entity's type name.  

Returns true if the sdai object is an instance of the specified type; otherwise, the method returns false.

Retrieves whether the sdai object is an instance of an instance type with a specified name.

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