Category 3D drawings and annotations, Object ProDimension

Function ProDimensionConfigurationGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProDimensionConfigGet
Description
Obtains the dimension configuration. Note: This function is deprecated. Note: The function ProDimensionConfigurationGet does not work on dimension that were created in Solid mode, and shown in the drawing mode. You cannot get a value for dimension configuration in drawing mode using this API.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionConfigurationGet(
ProDimension* dimension
/* (In)
The dimension.
*/
ProDimensionconfig* config
/* (Out)
The dimension configuration.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_E_NOT_FOUNDDimension not found.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Dimensions
  2. Annotations: Annotation Features and Annotations: 45-degree Chamfer Dimensions