Description | ||||||||
Delete dimension reference | ||||||||
Synopsis | ||||||||
#include <ProDimension.h> | ||||||||
ProError | ProDimensionAdditionalRefDelete | ( | ||||||
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 | ||||||||
|