engiSetComment

This call can be used to add a comment to an instance when exporting the content. The comment is available in the exported/saved IFC file.

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiSetComment")]
public static extern void engiSetComment(int_t instance, string comment);

[DllImport(IFCEngineDLL, EntryPoint = "engiSetComment")]
public static extern void engiSetComment(int_t instance, byte[] comment);    

Property instance

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

Property comment

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