API 설명서 > 3D drawings and annotations > Object ProDtlsyminst > Function ProDtlsyminstEntitiesVisibleGet
Function ProDtlsyminstEntitiesVisibleGet
Description
Identify visible items in symbol instance.
Synopsis
#include <ProDtlsyminst.h>
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
The function successfully executed.
One or more input arguments was invalid.
The function failed.
No entities were found.
The function found too many items to be contained in the output ProArray.
User Guide References
도움이 되셨나요?