iterateOverProperties

This function iterated over all available attributes of a specific given entity. This call is typically used in combination with iterateOverInstances(..).

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "iterateOverProperties")]
public static extern Int64 iterateOverProperties(Int64 entity, Int64 index);    

Property entity

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

Property index

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