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. |
AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
BrowserVisible |
|
DisplayName |
|
FileDescriptor |
Property that returns the corresponding FileDescriptor object. The ReplaceReference method on the returned object can be used to replace the referenced file. This property returns Nothing for embeddings. |
FullFileName |
Property that returns the full path name of the file as currently found (or the last known full file name, if reference is not found). This property returns a null string for an embedding descriptor. |
LastKnownFileTime |
Property that returns the time stamp on the file when it was last reviewed. This property returns Nothing for embeddings. |
LogicalName |
Property that returns the logical name of the reference. This is essentially the relative path used by Autodesk Inventor to find the file using the project paths as the search paths. |
OLEDocumentType |
Property that returns the type of OLE reference this represents. Valid values are kOLEDocumentEmbeddingObject, kOLEDocumentLinkObject, or kOLEDocumentUnknownObject. |
Parent |
Property that returns the parent Document (in Inventor) or ApprenticeServerDocument (in Apprentice). |
ReferenceMonitoring |
|
ReferenceStatus |
Property that returns the current status of the file reference. This property returns kUpToDateReference for embeddings. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Visible |
|