Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingOLEobjectOutlineGet
Function ProDrawingOLEobjectOutlineGet
Description
Obtains the extents of the OLE object in the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingOLEobjectOutlineGet
(
ProModelitem* ole_object
/* (In)
The OLE object.
*/
ProPoint3d outline[2]
/* (Out)
The upper left and lower right coordinates of the OLE object.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?