API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingDtlsymdefVisit
Function ProDrawingDtlsymdefVisit
Description
Visit symbol definitions in the specified model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
ProDrawingDtlsymdefVisit
(
ProMdl model
/* (In)
The model handle.
*/
/* (In)
Symbol definition visit action function.
*/
/* (In)
Symbol definition filter action function. If NULL, all symbol definitions are visited using the action function.
*/
ProAppData appdata
/* (In)
The application data.
*/
)
Returns
The function successfully visited the symbol definitions.
One or more arguments was invalid.
The function failed.
No symbol definitions were found.
Other
Return value passed by the caller's visit function.
User Guide References
Was this helpful?