API Documentation > Drawings and detail > Object ProDtlnote > Function ProDtlnoteDtlsyminstsCollect
Function ProDtlnoteDtlsyminstsCollect
Description
Returns a list of all symbol instances which are declared in a detail note via the "sym()" callout format.
Note: The instances are returned in the order they are encountered in the note text.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteDtlsyminstsCollect
(
/* (In)
The detail note.
*/
ProDtlsyminst** instances
/* (Out)
ProArray of symbol instances. Free this using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
There are no symbol instances generated as a callout in this note.
User Guide References
Was this helpful?