Category 3D drawings and annotations, Object ProDimension

Function ProDimensionAdditionalRefDelete


Description
Delete dimension reference
Synopsis
#include <ProDimension.h>
ProErrorProDimensionAdditionalRefDelete(
ProDimension* dim
/* (In)
valid dimension.
*/
ProDimensionReferenceType type
/* (In)
type of reference. FIRST or SECOND.
*/
int index
/* (In)
Indices start from 0. Get existing references from ProDimensionAdditionalRefsGet()
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Dimensions
  2. Annotations: Annotation Features and Annotations: Dimension References