Skip to main content
10-Marble
April 16, 2026
Question

How to override the dimension using toolkit?

  • April 16, 2026
  • 1 reply
  • 40 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.

1 reply

April 29, 2026

per user guide:
 

 

10-Marble
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.