Category Drawings and detail, Object ProDrawing

Function ProDrawingDimensionIsToleranceDisplayed


Description
Indicates whether a drawing dimension's tolerance is visible or not.
Synopsis
#include <ProDimension.h>
ProErrorProDrawingDimensionIsToleranceDisplayed(
ProDrawing p_draw
/* (In)
The owner drawing.
*/
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* tolerance_displayed
/* (Out)
PRO_B_TRUE/PRO_B_FALSE
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved information.
PRO_TK_BAD_INPUTSThe input arguments are invalid.

Manual References:

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