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
0
Comments
-
If you check in the object inspector you will notice this function isn't implemented yet.Regards,
0
This discussion has been closed.