Category Solids and parts, Object ProSolid

Function ProSolidDtlsymdefsCollect


Description
Collect symbol definitions in the specified solid.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDtlsymdef.h>
ProErrorProSolidDtlsymdefsCollect(
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
PRO_TK_NO_ERRORThe function successfully collected the symbol definitions.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_E_NOT_FOUNDNo symbol definitions were found.
PRO_TK_OUT_OF_MEMORYThe function found too many items to be contained in the output ProArray. Use ProSolidDtlsymdefVisit instead.

Manual References:

  1. Annotations: Annotation Features and Annotations: Locating and Collecting 3D Symbols and Symbol Definitions