Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
Are the browseXXX methods recursive?
Please Log in or Create an account to join the conversation.
- OndrejBlazek
-
- Offline
- Premium Member
-
- Posts: 10
- Thank you received: 0
One of the options for NodeFilters is "DABrowseFilter.Flat" which supposedly returns all Leaves nodes from a flattened version of the AddressSpace.
This should have a similar effect to a recursive browse but I was not able to get it to work correctly. When I try browsing with the "DABrowseFilter.Flat" option, the result is always empty.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
suppose i have a structure like:
Greenhouse
-var1
-var2
-Elements
-var3
-var4
will BrowseXXXX return (var1, var2, var3, var4) or (var1, var2,Elements) ? meaning, will these extend automatically all nodes or not?
Please Log in or Create an account to join the conversation.