xxxxGetAttrTypeBN
Syntax
public const string ifcenginedll = @"ifcengine.dll"; [DllImport(IFCEngineDLL, EntryPoint = "xxxxGetAttrTypeBN")] public static extern Int64 xxxxGetAttrTypeBN(Int64 instance, string attributeName, out IntPtr attributeType); [DllImport(IFCEngineDLL, EntryPoint = "xxxxGetAttrTypeBN")] public static extern Int64 xxxxGetAttrTypeBN(Int64 instance, byte[] attributeName, out IntPtr attributeType);