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, SECOND or surf collection.
*/
int index
/* (In)
Indices start from 0. Indices start from 0. Get existing references from ProDimensionAdditionalRefsGet(). If type is surf collection this is ignored since only 1 surf collection can exist.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension References