Problems with VBA highliighting

When running an example program that highlights a line, I get the error;Runtime Error 445Object doesn't support this actionHere is the sample code which I run after manually drawing a line in BricsCad;Sub highlight()With ThisDrawing.ModelSpace.Item(.Count - 1).highlight (True)End WithEnd Sub

Comments

  • Meanwhile highlighting has been implemented, it is in a build that is going through testing. To be released soon.

This discussion has been closed.