Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdDAIObjectSDAI::isInstanceOf Method (const char *)
Syntax
C++
virtual bool isInstanceOf(const char * entityName) const = 0;

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.

Parameters
Description
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.

Copyright © 2002-2022. Open Design Alliance All rights reserved.