cart: empty [ Login ]

BasicEntityVisitor for DxfMLeader

1 
bill
11/5/2018 12:36 PM
The documentation for BasicEntityVisitor shows a Visit overload for DxfMLeader, but the visibility of the method is wrong and you can't override it in a derived class. I worked around this by implementing IEntityVisitor.Visit(DxfMLeader leader) explicitly in my class.
Wout
11/5/2018 1:27 PM
You're right, 2 methods were not virtual indeed, I've just fixed it. Please download the latest CadLib 4.0 version. Thank you for the report! - Wout
bill
11/5/2018 10:14 PM
Thanks for the quick fix.
1