Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDecimalsGet


Description
Retrieves the number of significant digits of a specified dimension.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDecimalsGet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
int* decimals
/* (Out)
the number of significant digits.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe data structure was not set.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  3. Annotations: Annotation Features and Annotations: Visiting Dimensions
  4. Annotations: Annotation Features and Annotations: Visiting Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )
  2. pt_examples ( TestDimension.c )