| Description |
| Queries whether a dimension is ordinate. |
| Synopsis |
| #include <ProDrawing.h> |
| ProError | ProDrawingDimIsOrdinate | ( |
| ProDrawing drawing | |
| /*
(In) |
| the drawing. |
| */ |
| ProDimension* dimension | |
| /*
(In) |
| the dimension. |
| */ |
| ProBoolean* ordinate | |
| /*
(Out) |
| whether the dimension is ordinate or not. |
| */ |
| ProDimension* base_dim | |
| /*
(Out) |
| the baseline dimension corresponding to the input ordinate dimension. will be the same as the input ordinate dimension if the input dimension is itself a baseline dimension. |
| */ |
| ) |
| Returns |
|
|