| Library | Module | Frames | Expand |
| /* readonly */ string | ApplicationType | |
| Returns the type of the object embedded in the model. | ||
| /* readonly */ pfcOutline2D | Outline | |
| Obtains the extents of the OLE object in the drawing. | ||
| /* readonly */ /* optional */ string | Path | |
| Returns the path to the file which is referenced by the OLE object. | ||
| /* readonly */ number | Sheet | |
| Returns the sheet index on which the OLE object is embedded. | ||
| /* readonly */ string | ApplicationType |
|
Returns the type of the object embedded in the model. |
| /* readonly */ pfcOutline2D | Outline |
|
Obtains the extents of the OLE object in the drawing. |
| /* readonly */ /* optional */ string | Path |
|
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 */ number | Sheet |
|
Returns the sheet index on which the OLE object is embedded. |