Category Solids and parts, Object ProSolid

Function ProSolidDtlsyminstsCollect


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

Manual References:

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