Description | |||||||||||||||||
Identify visible items in symbol instance. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlsyminst.h> | |||||||||||||||||
ProError | ProDtlsyminstEntitiesVisibleGet | ( | |||||||||||||||
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 | |||||||||||||||||
|