| Description |
| Note: The coordinates returned by this function are offset from the coordinates needed by ProDrawingDimensionMove(). Use ProDimlocationTextGet() instead Gets dimension position in drawing (the center of the text box ). |
| Synopsis |
| #include <ProDrawing.h> |
| ProError | ProDrawingDimensionPosGet | ( |
| ProDrawing drawing | |
| /*
(In) |
| The drawing in which the dimension is displayed. |
| */ |
| ProDimension* dimension | |
| /*
(In) |
| The dimension. |
| */ |
| ProVector location | |
| /*
(Out) |
| 3D vector representing the dimension position |
| */ |
| ) |
| Returns |
|
|