Documentação da API > Drawings and detail > Object ProDrawing > Function ProDrawingToleranceStandardGet
Function ProDrawingToleranceStandardGet
Description
Get the assigned tolerance standard of a drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingToleranceStandardGet
(
ProDrawing p_draw
/* (In)
The ProDrawing to get the tol standard for.
*/
ProStandard* p_standard
/* (Out)
The tolerance standard, NULL not allowed.
*/
)
Returns
Success
p_draw or p_standard was invalid
User Guide References
Isto foi útil?