Message 1 of 3
VB.NET Map Query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I have a problem with VB.NET and Map using ActiveX interface.
I have an error when I try to add a new condition to QueryBranch
Ex
Dim objQB As AutocadMAP.QueryBranch = objQuery.QueryBranch
Dim objPCond As Object = objQB.Add(EClassId.kQueryBranch, EJoinOperator.kOperatorAnd)
The same code in VB6 work fine!!!
Can you help me?
Regards
Matteo