Share

ReferencedOLEFileDescriptors Object


Description

The ReferencedOLEFileDescriptors collection object contains information about all linked and embedded files within a document. Embeddings are not accessible in Apprentice.

Methods

Name Description
Add Method that creates a new ReferencedOLEFileDescriptor by linking/embedding a file. The newly created ReferencedOLEFileDescriptor is returned.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Property that returns the number of items in this collection.
Item Returns the specified ReferencedOLEFileDescriptor object from the collection. This is the default property of the ReferencedOLEFileDescriptors collection object.
ItemByName Returns the specified ReferencedOLEFileDescriptor object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ApprenticeServerDocument.ReferencedOLEFileDescriptors, ApprenticeServerDrawingDocument.ReferencedOLEFileDescriptors, AssemblyDocument.ReferencedOLEFileDescriptors, Document.ReferencedOLEFileDescriptors, DrawingDocument.ReferencedOLEFileDescriptors, PartDocument.ReferencedOLEFileDescriptors, PresentationDocument.ReferencedOLEFileDescriptors

Version

Introduced in version 4

Was this information helpful?