Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataReferenceGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolReferencesGet
Description
Note: This function is deprecated. Use ProGtolReferencesGet() instead.
Using this function on Creo 4.0 or newer gtol may not return all references. Gets the item to which the gtol refers.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataReferenceGet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProGtolRefItemType* type
/* (Out)
The type of item being referenced
*/
ProSelection* reference
/* (Out)
The item being referenced
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDGTol does not have reference.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Geometric Tolerances

Sample Code References:

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