Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::isKindOf Method (const char *)
Syntax
C++
virtual bool isKindOf(const char * entityName) const;

Retrieves whether the application instance belongs to or is derived from a certain entity type with a specified name.

Parameters
Description
entityName
[in] A name of entities type.

true if the application instance belongs to or is derived from the type of entity with the specified name; otherwise, the method returns false.

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