Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::findUsedInBN Method
Syntax
C++
OdDAI::NonPersistentList* findUsedInBN(const OdAnsiString& roleName, OdDAI::NonPersistentList* resultList);

Retrieves the identifiers of all the entity instances in the model which refer to the entity instance through the specified attribute name.

Parameters
Description
roleName
[in] An ANSI string that contains a fully qualified attribute name, for example, "ifcplacement.location".
resultList
[in/out] A raw pointer to a non-persistent list that contains identifiers of entity instances which have any attribute that refers to the current entity instance through a specified attribute name.

A raw pointer to a non-persistent list that contains identifiers of entity instances which have any attribute that refers to the current entity instance through a specified attribute name.

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