Solid Edge Revision Manager Object Library
IDocAuto Object Members
Overview 
Public Methods
Public Method Close 
Public Method CopyThis method makes a new copy (revision) of the document, updating the parent document. The document's status is set to igStatusAvailable. NewRevision and NewDocNum can be specified to set the project properties in the new document. The copy becomes the current document. This method returns a long value.
Public Method GetMembersForFOA 
Public Method GetOccurencesForMember 
Public Method IsAsmCopyChild 
Public Method IsDocumentFOP 
Public Method OpenInSEEditor 
Public Method RenameThis method renames or moves a document and updates the links to a new location while preserving the current document status. This method returns a long value.
Public Method ReplaceThis method specifies a new file to replace the current file. The parent document is updated appropriately. This method returns a Long value.
Public Method ReviseThis method revises the referenced Document object.
Public Method SaveAllLinksThis method saves all linked documents in the LinkedDocuments property of the current document.
Public Method SetPathThis method sets the full path of the referenced linked document object without changing the geometric version, thereby allowing files to be moved and stay up-to-date.
Public Properties
Public Property _FullName 
Public Property AbsolutePathThis read-only property returns a string that contains the absolute path of the document.
Public Property ApplicationThe Application object in which the referenced object is active.
Public Property DocNumThis property returns a string containing the Document number.
Public Property FullNameReturns the name and path of the referenced object.
Public Property LinkedDocumentsThis read-only property returns the LinkedDocuments object for the referenced Document object.
Public Property OccurrencesThis read-only Long property returns the number of occurrences (subassemblies or parts) for the referenced Document object.
Public Property ParentReturns the parent object for the referenced object.
Public Property RevisionThis read-only property returns a string that contains the Document revision number.
Public Property StatusThis read-only property returns a constant value from the DocumentStatus constant set that specifies the status of the referenced Document.
See Also

IDocAuto Object