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

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

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

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