engiGetEntityArgument

Deprecated, please use the API call sdaiGetAttrDefinition() instead

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetEntityArgument")]
public static extern Int64 engiGetEntityArgument(int_t entity, string argumentName);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetEntityArgument")]
public static extern Int64 engiGetEntityArgument(int_t entity, byte[] argumentName);    

Property entity

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

Property argumentName

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