Library | Module

Interface IpfcDetailOLEObject



Description

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



Property Summary

PropertyApplicationTypeas String
Returns the type of the object embedded in the model.
PropertyOutlineas IpfcOutline2D
Obtains the extents of the OLE object in the drawing.
PropertyPathas String [readonly, optional]
Returns the path to the file which is referenced by the OLE object.
PropertySheetas Long
Returns the sheet index on which the OLE object is embedded.



Property Detail


PropertyApplicationTypeas String

Returns the type of the object embedded in the model.




PropertyOutlineas IpfcOutline2D

Obtains the extents of the OLE object in the drawing.




PropertyPathas String [readonly, optional]

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):

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






PropertySheetas Long

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