| Description |
| Sets the dual dimension display using specified options |
| Synopsis |
| #include <ProDimension.h> |
| ProError | ProDimensionDualOptionsSet | ( |
| ProDimension* dimension | |
| /*
(In) |
| The dimension or reference dimension handle. |
| */ |
| ProDrawing drawing | |
| /*
(In) |
| The drawing handle. Pass NULL if not using a drawing. |
| */ |
| ProDualDimensionDisplayType type | |
| /*
(In) |
| Specifies how to display primary and secondary dimension. |
| */ |
| ProName secondary_unit | |
| /*
(In) |
| Specifies name of the secondary dimension unit. |
| */ |
| int dim_decimals | |
| /*
(In) |
| Specifies number of significant digits for secondary dimension; has to be non-negative. |
| */ |
| int tol_decimals | |
| /*
(In) |
| Specifies number of significant digits for tolerance; has to be non-negative. |
| */ |
| ) |
| Returns |
|
|