API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingToleranceStandardVersionGet
Function ProDrawingToleranceStandardVersionGet
Description
Get the version for assigned tolerance standard of a drawing.
Synopsis
#include <ProDrawing.h>
ProDrawingToleranceStandardVersionGet
(
ProDrawing p_draw
/* (In)
The ProDrawing to set the tol standard version for.
*/
/* (Out)
The tolerance standard version.
*/
)
Returns
Success
p_draw was invalid, or version was NULL
An error occurred trying to get the standard.
User Guide References
Was this helpful?