Category Drawings and detail, Object ProDtlentity

Function ProDtlentityIsOLEObject


Description
Identifies whether a given detail entity is an OLE object.
Synopsis
#include <ProDrawing.h>
ProErrorProDtlentityIsOLEObject(
ProDtlentity* entity
/* (In)
The detail entity.
*/
ProBoolean* is_ole_object
/* (Out)
PRO_B_TRUE if the object is an OLE object, PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid
See Also
ProDrawingOLEobjectSheetGet
ProDrawingOLEobjectPathGet
ProDrawingOLEobjectApplicationtypeGet
ProDrawingOLEobjectOutlineGet

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Drawings: Creating, Modifying and Reading Detail Items