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