sdaiIsInstanceOf

This call checks if an instance is an exact instance of a given entity.

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "sdaiIsInstanceOf")]
public static extern Int64 sdaiIsInstanceOf(int_t instance, int_t entity);    

Property instance

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

Property entity

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