Category 3D drawings and annotations, Object ProDimension

Function ProDimensionIsToleranceDisplayed


Description
Determines the tolerance display mode of a dimension.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionIsToleranceDisplayed(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* tolerance_displayed
/* (Out)
PRO_B_TRUE or PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved information.
OtherThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Dimension Tolerances
  3. Annotations: Annotation Features and Annotations: Dimension Tolerances

Sample Code References:

  1. pt_examples ( TestDimension.c )