SOLIDWORKS PDM Professional API Help Send Feedback
IEdmRevisionMgr3 Interface
See Also  Members  
EPDM.Interop.epdm Namespace : IEdmRevisionMgr3 Interface


Allows you to update revision numbers on many files all at once.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmRevisionMgr3 
   Inherits IEdmRevisionMgrIEdmRevisionMgr2 
C# 
public interface IEdmRevisionMgr3 : IEdmRevisionMgrIEdmRevisionMgr2  
C++/CLI 
public interface class IEdmRevisionMgr3 : public IEdmRevisionMgrIEdmRevisionMgr2  

Remarks

This interface extends IEdmRevisionMgr2.

This interface contains methods that are used internally to upgrade program versions of files in vaults. The methods are probably not of much interest to the ordinary programmer.

See Also