API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingOLEobjectsVisit
Function ProDrawingOLEobjectsVisit
Description
Visits the OLE objects embedded in the model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingOLEobjectsVisit
(
ProDrawing drawing
/* (In)
The drawing, notebook, format, report, or diagram.
*/
/* (In)
The visit action
*/
/* (In)
The filter action
*/
ProAppData app_data
/* (In)
Application data passed to the action functions.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No items were found.
Any other value
Visiting stopped due to this error return from the visit action.
這是否有幫助?