Library | Module

Class pfcDetailOLEObject



Description

This interface represents a drawing-embedded OLE object.
Direct Parent Classes:
pfcDetailItem



Property Summary

/* readonly */ stringApplicationType
Returns the type of the object embedded in the model.
/* readonly */ pfcOutline2DOutline
Obtains the extents of the OLE object in the drawing.
/* readonly */  /* optional */ stringPath
Returns the path to the file which is referenced by the OLE object.
/* readonly */ numberSheet
Returns the sheet index on which the OLE object is embedded.



Property Detail


/* readonly */ stringApplicationType

Returns the type of the object embedded in the model.




/* readonly */ pfcOutline2DOutline

Obtains the extents of the OLE object in the drawing.




/* readonly */  /* optional */ stringPath

Returns the path to the file which is referenced by the OLE object.

Returns null if the OLE object is not a link to an external file.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - The object refers to a fully embedded object and not an external file.






/* readonly */ numberSheet

Returns the sheet index on which the OLE object is embedded.