API Documentation > Drawings and detail > Object ProDtlsymdefdata > Function ProDtlsymdefdataAttachGet
Function ProDtlsymdefdataAttachGet
Description
Get attachments of the symbol definition.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymdefdataAttachGet
(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
/* (Out)
The pointer to the ProArray of symbol definition attachments. Function allocates memory for array. User must release memory by ProArrayFree.
*/
)
Returns
The function successfully retrieved the attachments.
Bad one or more input arguments.
No attachments were found.
Sample Code References
User Guide References
Was this helpful?