Category 3D drawings and annotations, Object ProGtolleader

Function ProGtolleaderGet


Description
Provides the information contained in a gtol leader structure.
Synopsis
#include <ProGtol.h>
ProErrorProGtolleaderGet(
ProGtolleader leader
/* (In)
The leader structure
*/
ProLeaderType* type
/* (Out)
The type which determinates the leader appearance
*/
ProSelection* attachment
/* (Out)
The item to which the leader is attached
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
  2. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )