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(int_t entity, int_t index);    

Property entity

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

Property index

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