API Documentation > Classes > Interface IpfcDetailOLEObject
Interface IpfcDetailOLEObject
Description
This interface represents a drawing-embedded OLE object.
Direct Parent Classes:
User Guide References:
Property Summary
Property
as String
Returns the type of the object embedded in the model.
Property
Obtains the extents of the OLE object in the drawing.
Property
as String [readonly, optional]
Returns the path to the file which is referenced by the OLE object.
Property
as Long
Returns the sheet index on which the OLE object is embedded.
Property Detail
Property
ApplicationType
as String
Returns the type of the object embedded in the model.
Property
Outline
Obtains the extents of the OLE object in the drawing.
Property
Path
as 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.
Property
Sheet
as Long
Returns the sheet index on which the OLE object is embedded.
Was this helpful?