hi there,

has anyone tried the .net search methods as shown in examples\searchPlugin?

ActiveDocument.Models.GetRootItems().DescendantsAndSelf.Where(x => ...

we've tried the very slick "new" way of searching navis models for properties and find the methods unacceptably slow for big models (well, it recursively iterates through all the nodes in the model tree). we search and filter for given properties in a few seconds (<5sec) using the "old" com way (api\COM\examples\ACTX_05). the same operation takes several minutes using the .net function.

is there a way to get the blazing fast com search bundled up and called using the much more userfriendly .net api?

kind regards,

Gregor