rs.IsDimension() complaint

The method rs.IsDimension() is mis-named. It should be named rs.IsAnnotation() - because it includes not only all types of dimensions, but also text and leaders.

This means that if I want to find all dimension objects only I need to specifically exclude text and leaders from IsDimension(), which is annoying and IMO is confusing to the user and should not be necessary.

2 Likes