Documentazione API > Drawings and detail > Object ProDtlsyminstdata > Function ProDtlsyminstdataVartextsCollect
Function ProDtlsyminstdataVartextsCollect
Description
Get the variable text from the symbol instance data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataVartextsCollect
(
/* (In)
The symbol instance data.
*/
ProDtlvartext** vartexts
/* (Out)
ProArray of ProDtlvartext. Free this output using ProArrayFree().
*/
)
Returns
The function successfully set the text.
One or more arguments were invalid.
No variant text values were found.
Not enough memory.
Sample Code References
User Guide References
È stato utile?