
Replacement in Object TOOLKIT: |

ProDrawingDtlsymdefsCollect | |
( ProDrawing drawing /* (In) The drawing handle. */ ProDtlsymdef** symdefs /* (Out) The pointer to the array of symbol definitions. The function allocates ProArray. User must release the memory by ProArrayFree. */ ) |

The function successfully collected the symbol definitions. | |
One or more arguments was invalid. | |
The function failed. | |
No symbol definitions were found. | |
The function found too many items to be contained in the output ProArray. Use ProDrawingDtlsymdefVisit instead. |


