API 文件集 > Solids and parts > Object ProSolid > Function ProSolidDtlsymdefsCollect
Function ProSolidDtlsymdefsCollect
Description
Collect symbol definitions in the specified solid.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDtlsymdef.h>
ProSolidDtlsymdefsCollect
(
ProSolid p_solid
/* (In)
The solid handle.
*/
ProDtlsymdef** px_sym_defs
/* (Out)
The pointer to the array of symbol definitions. The function allocates ProArray. Use the function ProArrayFree to release the memory..
*/
)
Returns
The function successfully collected the symbol definitions.
One or more arguments was invalid.
The function failed.
No symbol definitions were found.
The function found too many items to be contained in the output ProArray. Use ProSolidDtlsymdefVisit instead.
User Guide References
這是否有幫助?