Skip to main content
11-Garnet
April 16, 2026
Solved

How to override the dimension using toolkit?

  • April 16, 2026
  • 1 reply
  • 52 views

Hi everyone,

I am facing a problem to override the dimension value, I have created an dimension using ProDrawingDimensionCreate().

And now I want to edit that dimension value through toolkit itself, manually we do it with using an option in drawing window called “override value of dimension”.

But I am unable to do it with toolkit using API.

Can anyone please help me by providing the solution.

Best answer by VP_14440689

Hey thanks for the reply, actually I tried this API but it didint worked out for drawing window, but I got the solution using ProDimensionWstringSet() and the formula {0:@O} which overrides the dimension value.

 

1 reply

April 29, 2026

per user guide:
 

 

VP_1444068911-GarnetAuthorAnswer
11-Garnet
April 30, 2026

Hey thanks for the reply, actually I tried this API but it didint worked out for drawing window, but I got the solution using ProDimensionWstringSet() and the formula {0:@O} which overrides the dimension value.