Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiFindInstanceUsedIn Function
Syntax
C++
DAI_EXPORT SdaiNPL sdaiFindInstanceUsedIn(SdaiInstance instance, SdaiAttr role, SdaiNPL domain, SdaiNPL resultList);

Retrieves the identifiers of all the entity instances in the model data that reference the curent entity instance by the specified attribute. 

 

Parameters
Description
instance
[in] Identifier of the entity instance whose users are requested.
role
[in] Identifier of the attribute as the role being requested.
domain
[in] Identifier of a NPL containing the SdaiSchemaInstance identifiers of the schema instances that define the domain of the function request.
resultList
[in/out] Identifier of the pre-existing NPL to which the identifiers of the entity instances referencing the current instance by the specified attribute are added.

Identifier of the result NPL.

File: sdai.h

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