Solid Edge Framework Type Library
InterDocumentUpdateMode Enumeration
Description
Members
MemberValueDescription
seActiveLevel0Equivalent 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.
seAllOpenDocuments1Equivalent 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.