Category 3D drawings and annotations, Object ProGtol

Function ProGtolReferencesAdd


Description
Add gtol references
Synopsis
#include <ProGtol.h>
ProErrorProGtolReferencesAdd(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProAnnotationReference* refs
/* (In)
ProArray of gtol references. Only 1 reference from type PRO_ANNOT_REF_SRF_COLLECTION is allowed.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_BAD_CONTEXTThe gtol owner is drawing.
PRO_TK_MAX_LIMIT_REACHEDMore than 1 references from type PRO_ANNOT_REF_SRF_COLLECTION.
PRO_TK_CANT_MODIFYRefercnce from type PRO_ANNOT_REF_SRF_COLLECTION already exist.

Manual References:

  1. Annotations: Geometric Tolerances: Creating a Geometric Tolerance
  2. Annotations: Geometric Tolerances: Creating a Geometric Tolerance

Sample Code References:

  1. pt_examples ( TestGtol.c )
  2. pt_userguide ( UgGtolCreate.c )