Category Drawings and detail, Object ProDrawing

Function ProDrawingToleranceStandardSet


Description
Set the assigned tolerance standard of a drawing. Note that in the regular UI, this operation asks whether to regenerate the drawing. This function will not itself perform regeneration. Also note that if this function is used to change the standard, we will set the latest version, see ProDrawingToleranceStandardVersionSet.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingToleranceStandardSet(
ProDrawing p_draw
/* (In)
The ProDrawing to set the tol standard for.
*/
ProStandard new_standard
/* (In)
The tolerance standard to set.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSp_draw or new_standard was invalid
PRO_TK_GENERAL_ERRORAn error occurred trying to set the standard.

Manual References:

  1. Drawings: Drawing Sheets
  2. Drawings: Drawing Sheets