sdaiFindInstanceUsedInBN

...

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "sdaiFindInstanceUsedInBN")]
public static extern Int64 sdaiFindInstanceUsedInBN(Int64 instance, string roleName, Int64 domain, Int64 resultList);

[DllImport(IFCEngineDLL, EntryPoint = "sdaiFindInstanceUsedInBN")]
public static extern Int64 sdaiFindInstanceUsedInBN(Int64 instance, byte[] roleName, Int64 domain, Int64 resultList);    

Property instance

Size: 64 bit / 8 byte (value)
...

Property roleName

Size: 64 bit / 8 byte (reference)
???.

Property domain

Size: 64 bit / 8 byte (value)
???.

Property resultList

Size: 64 bit / 8 byte (value)
???.