API 설명서 > 3D drawings and annotations > Object ProDtlsyminstdata > Function ProDtlsyminstdataIsInvisible
Function ProDtlsyminstdataIsInvisible
Description
checks if the symbol instance is invisible. This canoccur if the symbol instance is in a suppressed draft group, or if itdepends on a solid database (such as a BOM balloon, weld symbol, ordatum target symbol does), and the necessary information is missing.
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataIsInvisible
(
/* (In)
The symbol instance data.
*/
ProBoolean* is_invisible
/* (Out)
PRO_B_TRUE if the symbol instance is invisible
*/
)
Returns
The function completed successfully.
Invalid input argument(s).
User Guide References
도움이 되셨나요?