Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDualOptionsGet


Description
Gets the dual dimension display options
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDualOptionsGet(
ProDimension* dimension
/* (In)
The dimension or reference dimension handle.
*/
ProDrawing drawing
/* (In)
The drawing handle. Pass NULL if not using a drawing.
*/
ProDualDimensionDisplayType* type
/* (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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.

Manual References:

  1. Drawings: Other Drawing Dimension Properties
  2. Drawings: Other Drawing Dimension Properties