Category 3D drawings and annotations, Object ProDimension

Function ProDimensionTypeGet


Description
Retrieves the type of a specified dimension.
Replacement in Object TOOLKIT: pfcBaseDimension::DimType
Synopsis
#include <ProDimension.h>
ProErrorProDimensionTypeGet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProDimensiontype* type
/* (Out)
the dimension type.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the type.
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 ( TestCollect.c )
  3. pt_geardesign ( GearDesign.c )
  4. pt_geardesign ( GearDesign.c )
  5. pt_geardesign ( GearDesign.c )
  6. pt_userguide ( UgDimLocationUtils.c )
  7. pt_userguide ( UgUISlider.c )