Category Drawings and detail, Object ProDrawing

Function ProDrawingToleranceStandardVersionSet


Description
Set the version for assigned tolerance standard of a drawing. Note that in the regular UI, this operation asks whether to regenerate the solid. This function will not itself perform regeneration.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingToleranceStandardVersionSet(
ProDrawing p_draw
/* (In)
The ProDrawing to set the tol standard version for.
*/
ProStandardVersion version
/* (In)
The tolerance standard version to set.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSp_draw or version was invalid
PRO_TK_BAD_CONTEXTVersion is not applicable for current standard.
PRO_TK_GENERAL_ERRORAn error occurred trying to set the standard version.

Manual References:

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