API Documentation > Dimensions > Object ProDimension > Function ProDimensionDualOptionsGet
Function ProDimensionDualOptionsGet
Description
Gets the dual dimension display options
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionDualOptionsGet
(
ProDimension* dimension
/* (In)
The dimension or reference dimension handle.
*/
ProDrawing drawing
/* (In)
The drawing handle. Pass NULL if not using a drawing.
*/
/* (Out)
Display type of primary and secondary dimension. This argument is reserved for future use.
*/
ProName secondary_unit
/* (Out)
Name of the secondary dimension unit. Can be NULL. This argument is reserved for future use.
*/
int* dim_decimals
/* (Out)
Number of significant digits for secondary dimension. Can be NULL.
*/
int* tol_decimals
/* (Out)
Number of significant digits for tolerance. Can be NULL.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
User Guide References
Was this helpful?