Category 3D drawings and annotations, Object ProGtol

Function ProGtolReferencesGet


Description
Get gtol references
Synopsis
#include <ProGtol.h>
ProErrorProGtolReferencesGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProAnnotationReference** p_refs
/* (Out)
ProArray of gtol references. Free it using ProAnnotationreferencearrayFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_BAD_CONTEXTThe gtol owner is drawing.
See Also
ProAnnotationElementGet

Manual References:

  1. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  2. Annotations: Geometric Tolerances: Reading Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )