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

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

Retrieves whether the Standard Data Access Interface (SDAI) object is an instance of a specified instance type. The instance type is specified with its name.

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