.Net: _AcBim.BIMPropertySet.ListProperties

Hello,

just a quick question regarding the BIMPropertySet "ListProperties" method.

Shouldn't the output of:

_AcBim.BIMPropertySet.ListProperties("demo", db);

match the output of:

(bim:pset-list-properties "demo")

Using the same document (where "demo" is a custom User defined pset)?

When I inspect (or dump) the contents of the .Net version result (List<List<string») it contains the same property multiple times (instead of all defined properties).

Thanks in advance & best regards,

Jason

Comments

  • From your description it sounds like a bug. I recommend creating a support ticket so this can be investigated.