engiGetAttrTypeBN
Syntax
public const string ifcenginedll = @"ifcengine.dll"; [DllImport(IFCEngineDLL, EntryPoint = "engiGetAttrTypeBN")] public static extern Int64 engiGetAttrTypeBN(Int64 entity, string attributeName); [DllImport(IFCEngineDLL, EntryPoint = "engiGetAttrTypeBN")] public static extern Int64 engiGetAttrTypeBN(Int64 entity, byte[] attributeName);