| DEPRECATED: | Since Creo 4.0 |
| SUPERSEDED BY: | ProDimensionConfigSet |
| Description |
| Assigns the dimension configuration. Note: This function is deprecated. Note: The function ProDimensionConfigurationSet does not work on dimension that were created in Solid mode, and shown in the drawing mode. You cannot set a value for dimension configuration in drawing mode using this API. |
| Synopsis |
| #include <ProDimension.h> |
| ProError | ProDimensionConfigurationSet | ( |
| ProDimension* dimension | |
| /*
(In) |
| The dimension. |
| */ |
| ProDimensionconfig config | |
| /*
(In) |
| The dimension configuration. |
| */ |
| ) |
| Returns |
|
|