Category 3D drawings and annotations, Object ProDtlsyminst

Function ProDtlsyminstEntitiesVisibleGet


Description
Identify visible items in symbol instance.
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstEntitiesVisibleGet(
ProDtlsyminst* sym_inst
/* (In)
symbol instance.
*/
int** status
/* (Out)
ProArray of integers, where the array index is the id of the items in the symbol. Value 0 indicates invisible and 1 indicates visible. Use ProArrayFree to release memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully executed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_E_NOT_FOUNDNo entities were found.
PRO_TK_OUT_OF_MEMORYThe function found too many items to be contained in the output ProArray.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data