Category Drawings and detail, Object ProDrawing

Function ProDrawingOLEobjectSheetGet


Description
Returns the sheet index on which the OLE object is embedded.
Replacement in Object TOOLKIT: pfcDetailOLEObject::Sheet
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingOLEobjectSheetGet(
ProModelitem* ole_object
/* (In)
The OLE object.
*/
int* sheet
/* (Out)
The sheet number.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Accessing OLE Objects
  2. Drawings: Accessing OLE Objects