sdaiFindInstanceUsedIn

The function returns the identifiers of all the entity instances in the defined domain that reference the specified entity instance by the specified attribute (role).

Syntax

public const string ifcenginedll = @"ifcengine.dll";

[DllImport(IFCEngineDLL, EntryPoint = "sdaiFindInstanceUsedIn")]
public static extern Int32 sdaiFindInstanceUsedIn(int_t instance, int_t role, int_t domain, int_t resultList);    

Property instance

Size: 32 bit / 4 byte (value)
...

Property role

Size: 32 bit / 4 byte (reference)
???.

Property domain

Size: 32 bit / 4 byte (reference)
???.

Property resultList

Size: 32 bit / 4 byte (reference)
???.