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

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

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

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