Activate
Makes this document the active one (receives user-focus).
Close
Closes this document.
CreateHighlightSet
Method that creates a new highlight set.
FindWhereUsed
Method that obtains the set of documents that reference the given file within this document.
GetLocationFoundIn
Obtains the name of the location this file was found in.
GetMissingAddInBehavior
Method that gets the commands disabled when a particular AddIn is absent.
GetPrivateStorage
Obtains a private sub-storage within this document with the given name. Can create one, if one does not exist.
GetPrivateStream
Obtains a private stream within this document with the given name. Can create one, if one does not exist.
HasPrivateStorage
Obtains a Boolean flag indicating if the specified sub-storage exists within this document.
HasPrivateStream
Obtains a Boolean flag indicating if the specified stream exists within this document.
PutInternalNameAndRevisionId
Constructs and sets the Internal Name and Revision Identifier for this Document from strings supplied. This can only be done on a previously un-saved document (New or SaveCopyAs)
Rebuild
Performs compute operations on all of the entities within this document's scope as if all of the driving entities had been 'dirtied.'
Rebuild2
Method that performs compute operations on all of the entities within this Document's scope as if all of the driving entities had been 'dirtied'.
ReleaseReference
Method that releases the reference that gets added if a document is opened invisibly through the API. Releasing the reference on a hidden document makes it a candidate for closure the next time Inventor closes all unreferenced documents.
RevertReservedForWriteByMe
Method that reverts the file checked out by the caller.
Save
Saves this document to disk.
Save2
Method that saves the document and the specified dependent documents.
SaveAs
Saves this document into a file of the specified name.
SetMissingAddInBehavior
Method that sets the commands to be disabled when a particular AddIn is absent.
SetThumbnailSaveOption
Method that sets the thumbnail (preview picture) save option.
Update
Performs compute operations on all of the entities within this Document's scope that may be out of date with respect to their driving entities.
Update2
Method that performs compute operations on all of the entities within this Document's scope that may be out of date with respect to their driving entities.
ActivatedObject
Gets the object that has been in-place activated for edit within the context of this document.
AllReferencedDocuments
Property that returns all the document references of this Document along with all of the recursively nested references.
AttributeManager
Returns the AttributeManager object.
AttributeSets
Property that returns the AttributeSets collection object associated with this object.
BrowserPanes
Property that returns the collection object.
ClientViews
Returns document's client views.
Compacted
Gets the Boolean that states whether this file has been processed for compaction since the last save.
DatabaseRevisionId
Gets the GUID that represents the last saved revision of database contained in this document. This revision id tracks modifications to the database (such as reference changes, geometry changes, etc.) but does not track file property changes.
DefaultCommand
Gets the default command for this document.
Dirty
DisabledCommandTypes
DisplayName
DisplayNameOverridden
DocumentEvents
This object supports a set of events that are specific to the document.
DocumentInterests
Property that returns the DocumentInterests collection object.
DocumentSubType
Property that returns the subtype of the document.
DocumentType
Gets the constant that indicates the type of this document.
File
Property that returns the file (storage) on disk that contains this document.
FilePropertySets
FileSaveCounter
Gets the number that indicates the number of times the file has been saved.
FullDocumentName
Property that returns the fully qualified name of the document. The string is the full file name concatenated with the document name and is a unique identifier for the document. The document name is returned by the Name property on the Document object.
FullFileName
GraphicsDataSetsCollection
Property that returns the object for the document.
InternalName
Gets the Internal Name (a GUID) for this document.
IsModifiable
Property that returns whether this document can be currently modified. One of the reasons a document may be non-modifiable is if any other document belonging to the file containing this document is currently being edited.
ModelStateName
NeedsMigrating
Property that returns whether the document needs to be migrated to the current release.
NonTransactingClientGraphicsCollection
Read-only property that returns the non-transacting ClientGraphicsCollection object.
NonTransactingGraphicsDataSetsCollection
Read-only property that returns the non-transacting GraphicsDataSetsCollection object.
Open
Property that returns whether this document is currently open. If False, the document has only been initialized and calling methods or properties on the document could cause it to open.
Parent
Property that returns the parent object from whom this object can logically be reached.
PrintManager
Property that returns the PrintManager, or when called from a DrawingDocument it returns a DrawingPrintManager object.
PropertySets
Gets the Property Sets object that controls the file's published-format properties.
RecentChanges
Gets a bit-encoded value where the bits indicate the kind of changes made to the document since it became dirty.
ReferencedDocumentDescriptors
Property that returns an enumeration of descriptors that represent the native document references held by this document.
ReferencedDocuments
Property that returns all the documents directly referenced by this document.
ReferencedOLEFileDescriptors
Property that returns the collection of linked and embedded files in the document.
ReferencedOLEFileDescriptors2
Gets the collection of OLE attachments made in this Document that match the input type. Returns all OLE attachments if type is kOLEDocumentUnknownObject.
ReferencedOpaqueFileDescriptors
Gets the collection of descriptor objects, presenting (editable) information about opaque references held.
ReferenceKeyManager
Gets this document's ReferenceKeyManager.
ReferencingDocuments
Property that returns all the documents in memory that reference this document. A referencing document may or may not be fully open (i.e. may just be initialized).
RequiresUpdate
Gets the Boolean indicating if any of the entities within this document's scope is out of date with respect to their driving entities.
ReservedForWrite
Gets the Boolean flag indicating whether this file has been reserved for write by someone.
ReservedForWriteByMe
ReservedForWriteLogin
Gets the login of the person who currently holds the reservation to write.
ReservedForWriteName
Gets the name of the person who currently holds the reservation to write.
ReservedForWriteTime
Gets the time at which the reservation was made.
ReservedForWriteVersion
Gets the version within this file that has been reserved for write.
SelectionPreferences
Gets the SelectionPreferences.
SelectionPriority
SelectSet
Property that returns the SelectSet object.
SoftwareVersionCreated
Gets the object that encapsulates the version of the software with which this document was first created.
SoftwareVersionSaved
Gets the object that encapsulates the version of the software with which this document was last saved.
SubType
Thumbnail
Property that returns a bitmap picture of the document.
ThumbnailSaveOption
Property that returns the current thumbnail (preview picture) save option.
Type
Returns an ObjectTypeEnum indicating this object's type.
UnitsOfMeasure
Property that returns the UnitsOfMeasure object.
VBAProject
Property that returns the Autodesk Inventor VBA project for this document.
Views
Gets all the open views of this document in a collection.