API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionTollabelGet
Function ProDimensionTollabelGet
Description
Retrieves the ISO/DIN tolerance label on the specified dim.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionTollabelGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
/* (Out)
The tolerance type assigned to the dimension (general, broken edge, hole, or shaft)
*/
ProName table
/* (Out)
The table name assigned to the dimension, e.g. "X", if the type is hole or shaft.
*/
int* column
/* (Out)
The table column assigned to the dimension, if the type is hole or shaft.
*/
)
Returns
The function successfully retrieved the information.
There was no tolerance label.
The dimension handle was invalid.
The model is not in the ISO/DIN standard.
User Guide References
Was this helpful?