Close

Relief for ODA Team in Ukraine

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

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

Parameters
Description
entityDef
[in] An instance of the Entity class that represents the entity type.

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

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