API ドキュメンテーション > Drawings and detail > Object ProDrawing > Function ProDrawingLegacySetdatumtagIsShown
Function ProDrawingLegacySetdatumtagIsShown
Description
Checks if legacy set datum tag is shown Note: Only allowed for legacy Set Datum tag
Synopsis
#include <ProSetDatumTag.h>
ProDrawingLegacySetdatumtagIsShown
(
/* (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
*/
/* (In)
component path.
*/
ProBoolean* is_shown
/* (Out)
PRO_B_TRUE if it is shwon
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Set datum tag cannot be shown in specified drawing view.
The annotation is not shown in the target drawing view.
not a legacy set datum tag.
User Guide References
これは役に立ちましたか?