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 ANSI string that contains the entity's type name.  

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

Retrieves whether the Standard Data Access Interface (SDAI) instance is an instance of a specified type.

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