| Description |
| Identifies if the dimension always uses a true sign. Note: for dimensions which use the sign to flip the direction, this behavior can be overridden by setting the config option 'show_dim_sign' to 'yes'. By default it is set to 'no'. |
| Synopsis |
| #include <ProDimension.h> |
| ProError | ProDimensionIsSignDriven | ( |
| ProDimension* dimension | |
| /*
(In) |
| The dimension handle. |
| */ |
| ProBoolean* is_sign_driven | |
| /*
(Out) |
| Cannot be NULL. PRO_B_TRUE : This dimension uses sign to flip the direction. PRO_B_FALSE : This dimension always uses a true sign. That is, a negative value is literally negative. |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProDimensionValueSet |
| ProDimensionValueGet |