Share

DocumentDescriptor Object


Description

The DocumentDescriptor object represents a native document reference.

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.
DisplayName Property that returns the display name of the referenced document as currently found (or the last known display name, if the reference is not found).
FullDocumentName Property that returns the full path name of the referenced document as currently found (or the last known full document name, if the reference is not found).
Parent Property that returns the parent of this object.
ReferencedDocument Property that returns the Document object being referenced.
ReferencedDocumentType Property that returns type of the referenced document.
ReferencedFileDescriptor Property that returns the descriptor object for the file object that contains the referenced document.
ReferenceDisabled Gets whether the link to this file is disabled.
ReferencedModelState Read-only property that returns the model state type of the referenced document.
ReferenceInternalNameDifferent Gets whether the internal name of the referenced file is different from the last time the parent (referencing) file was saved. A value of True indicates that the currently referenced file has a different internal name than the originally referenced file.
ReferenceLocationDifferent Gets whether the file path or the file name of the referenced document is different from the last time the parent (referencing) document was saved. A value of True indicates that the currently referenced document has a different file path or file name.
ReferenceMissing Property that returns whether the referenced document is missing (unresolved or suppressed).
ReferenceSuppressed Property that returns whether the reference is currently suppressed.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ComponentOccurrence.ReferencedDocumentDescriptor, ComponentOccurrenceProxy.ReferencedDocumentDescriptor, DerivedAliasComponent.ReferencedDocumentDescriptor, DerivedAliasComponentProxy.ReferencedDocumentDescriptor, DerivedAssemblyComponent.ReferencedDocumentDescriptor, DerivedAssemblyComponentProxy.ReferencedDocumentDescriptor, DerivedFutureAssemblyComponent.ReferencedDocumentDescriptor, DerivedFutureAssemblyComponentProxy.ReferencedDocumentDescriptor, DerivedFuturePartComponent.ReferencedDocumentDescriptor, DerivedFuturePartComponentProxy.ReferencedDocumentDescriptor, DerivedParameterTable.ReferencedDocumentDescriptor, DerivedPartComponent.ReferencedDocumentDescriptor, DerivedPartComponentProxy.ReferencedDocumentDescriptor, DetailDrawingView.ReferencedDocumentDescriptor, DocumentDescriptorsEnumerator.Item, DrawingBOM.ReferencedDocumentDescriptor, DrawingView.ReferencedDocumentDescriptor, iAssemblyMember.ReferencedDocumentDescriptor, iFeatureComponent.ReferencedDocumentDescriptor, ImportedComponent.ReferencedDocumentDescriptor, ImportedComponentProxy.ReferencedDocumentDescriptor, ImportedDataExchangeComponent.ReferencedDocumentDescriptor, ImportedDataExchangeComponentProxy.ReferencedDocumentDescriptor, ImportedDWGComponent.ReferencedDocumentDescriptor, ImportedDWGComponentProxy.ReferencedDocumentDescriptor, ImportedGenericComponent.ReferencedDocumentDescriptor, ImportedGenericComponentProxy.ReferencedDocumentDescriptor, ImportedRVTComponent.ReferencedDocumentDescriptor, ImportedRVTComponentProxy.ReferencedDocumentDescriptor, iPartMember.ReferencedDocumentDescriptor, LevelOfDetailRepresentation.SubstituteDocumentDescriptor, ModelState.SubstituteDocumentDescriptor, PartsList.ReferencedDocumentDescriptor, PublicationComponent.ReferencedDocumentDescriptor, ReferenceComponent.ReferencedDocumentDescriptor, ReferencedFileDescriptor.DocumentDescriptor, SectionDrawingView.ReferencedDocumentDescriptor, ShrinkwrapComponent.ReferencedDocumentDescriptor, ShrinkwrapComponentProxy.ReferencedDocumentDescriptor

Version

Introduced in version 11

Was this information helpful?