Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingDtlsyminstVisit
Function ProDrawingDtlsyminstVisit
Description
Visit symbol instances in the specified drawing
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsyminst.h>
ProDrawingDtlsyminstVisit
(
ProDrawing drawing
/* (In)
The drawing handle.
*/
int sheet
/* (In)
The sheet number.
*/
/* (In)
Dtlitem visit action function.
*/
/* (In)
Dtlitem filter action function. If NULL, all symbol instances are visited using the action function.
*/
ProAppData appdata
/* (In)
The application data.
*/
)
Returns
The function successfully visited the symbol instances.
One or more arguments was invalid.
The function failed.
No symbol instances were found.
Other
Return value passed by the caller's visit function.
User Guide References
¿Fue esto útil?