Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDualOptionsSet


Description
Sets the dual dimension display using specified options
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDualOptionsSet(
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. This argument is reserved for future use.
*/
ProName secondary_unit
/* (In)
Specifies name of the secondary dimension unit. This argument is reserved for future use.
*/
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
PRO_TK_E_NOT_FOUNDDimension not found.

Manual References:

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