Function ProDrawingDtlsymdefsCollect
Description
Collect symbol definitions in the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
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.
*/
)
Returns
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.
Sample Code References
User Guide References
これは役に立ちましたか?