Category Drawings and detail, Object ProDrawing

Function ProDrawingDualDimensionGet


Description
Returns the current status of dual dimensioning in a drawing.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingDualDimensionGet(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProDualDimensionType* dual_dimensioning
/* (Out)
The type of dual dimensioning shown.
*/
ProName dual_secondary_units
/* (Out)
The type of units used for the secondary dimension.
*/
int* dual_digits_diff
/* (Out)
The number of digits shown in the secondary value, with respect to the primary.
*/
ProBoolean* dual_dimension_brackets
/* (Out)
Whether or not to use brackets in dual dimensioning.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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