Description | |||||||||||||||||
Checks if legacy set datum tag is shown Note: Only allowed for legacy Set Datum tag | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProSetDatumTag.h> | |||||||||||||||||
ProError | ProDrawingLegacySetdatumtagIsShown | ( | |||||||||||||||
ProSetDatumTag* tag | |||||||||||||||||
/* (In) | |||||||||||||||||
legacy set datum tag | |||||||||||||||||
*/ | |||||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing where legacy set datum tag present. | |||||||||||||||||
*/ | |||||||||||||||||
ProView view | |||||||||||||||||
/* (In) | |||||||||||||||||
drawing view. Should NOT be NULL | |||||||||||||||||
*/ | |||||||||||||||||
ProAsmcomppath* path | |||||||||||||||||
/* (In) | |||||||||||||||||
component path. | |||||||||||||||||
*/ | |||||||||||||||||
ProBoolean* is_shown | |||||||||||||||||
/* (Out) | |||||||||||||||||
PRO_B_TRUE if it is shwon | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|