Solid Edge Framework Type Library
Update Method
Description
This method implements both the second half of the dialog button and, for assembly documents, calls the original UpdateDocument() API.
Syntax
Visual Basic
Public Sub Update( _
   ByVal UpdateMode As InterDocumentUpdateMode, _
   Optional ByVal FutureUse As Variant _
) 
Parameters
UpdateMode
ValueDescription
seActiveLevelEquivalent to the Update Active Level command applied to this document (i.e., the one exposing the InterDocumentUpdate interface).  Note that, in order to achieve the behavior of the Update All button on the Component Tracker dialog, InterDocumentUpdate.LoadFilesToUpdate() should be called before calling Update() with this option.
seAllOpenDocumentsEquivalent ot the Update All Open Documents command, which is the new name for the previous Update All command. Although the seed document does not matter, since this command is only available when one or more documents is open, it makes sense to put it on this interface.
FutureUse
Remarks

In order to achieve the behavior of the Update All button on the Component Tracker dialog, InterDocumentUpdate.LoadFilesToUpdate should be called before calling Update().

See Also

InterDocumentUpdate Object  | InterDocumentUpdate Members