Category Drawings and detail, Object ProDrawing

Function ProDrawingOLEobjectApplicationtypeGet


Description
Returns the type of the object embedded in the model.
Replacement in Object TOOLKIT: pfcDetailOLEObject::ApplicationType
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingOLEobjectApplicationtypeGet(
ProModelitem* ole_object
/* (In)
The OLE object.
*/
ProPath type
/* (Out)
The type of application used for the 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