Category Drawings and detail, Object ProDrawing

Function ProDrawingOLEobjectsVisit


Description
Visits the OLE objects embedded in the model.
Replacement in Object TOOLKIT: pfcDetailItemOwner::ListDetailItems
pfcDetailSymbolDefItem::ListDetailItems
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingOLEobjectsVisit(
ProDrawing drawing
/* (In)
The drawing, notebook, format, report, or diagram.
*/
ProModelitemVisitAction action
/* (In)
The visit action
*/
ProModelitemFilterAction filter
/* (In)
The filter action
*/
ProAppData app_data
/* (In)
Application data passed to the action functions.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo items were found.
Any other valueVisiting stopped due to this error return from the visit action.

Manual References:

  1. Drawings: Listing Detail Items