Hi Remy,
dimension styles behave a litte bit different than text styles, also recorded VBA code could be used to activate dimension style "None".
Please try these lines of code:
CadInputQueue.SendCommand "MDL KEYIN DIMSTYLE DIALOG DIMSTYLE OPEN" CadInputQueue.SendCommand "DIMSTYLE DESELECT ALL" CadInputQueue.SendCommand "DIMSTYLE SELECT ""Style:(none)""" CadInputQueue.SendCommand "DIMSTYLE ACTIVE" CommandState.StartDefaultCommand
I hope this works for you?
Best regards,
Artur