Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody.
I had this piece of code in 2010. Now when I re-reference the dll to 2012 . I get a warning message showing:
Public Sub IntersectWith( blah blah blah ) is obsolete. "Use the overload taking IntPrt instead.". I don't know how . Anybody can help me with this ?
Already appreciated .
Janet,
Here is code.
Dim intpts As New Point3dCollection()
List_Entities(I).IntersectWith(List_Entities(I + 1), Intersect.OnBothOperands, intpts, 0, 0)
Solved! Go to Solution.