API 설명서 > Solids and parts > Object ProSolid > Function ProSolidDtlsyminstsCollect
Function ProSolidDtlsyminstsCollect
Description
Collect symbol instances in the specified solid
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDtlsyminst.h>
ProSolidDtlsyminstsCollect
(
ProSolid p_solid
/* (In)
The solid handle.
*/
ProDtlsyminst** px_sym_insts
/* (Out)
The pointer to ProArray of ProDtlsyminst. The function allocates memory for array. Use the function ProArrayFree to release the memory..
*/
)
Returns
The function successfully collected the symbol instances.
One or more arguments was invalid.
The function failed.
No symbol instances were found.
The function found too many instances to be contained in the output ProArray. Use ProSolidDtlsyminstVisit instead.
User Guide References
도움이 되셨나요?