engiSetComment
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);