Category Drawings and detail, Object ProDrawing

Function ProDrawingOLEobjectOutlineGet


Description
Obtains the extents of the OLE object in the drawing.
Replacement in Object TOOLKIT: pfcDetailOLEObject::Outline
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingOLEobjectOutlineGet(
ProModelitem* ole_object
/* (In)
The OLE object.
*/
ProPoint3d outline[2]
/* (Out)
The upper left and lower right coordinates of the OLE object.
*/
)
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