SOLIDWORKS PDM Professional API Help Send Feedback
IEdmRevisionMgr Interface
See Also  Members  
EPDM.Interop.epdm Namespace : IEdmRevisionMgr 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 IEdmRevisionMgr 
C# 
public interface IEdmRevisionMgr 
C++/CLI 
public interface class IEdmRevisionMgr 

Remarks

This interface:

Typical usage of this interface:

  1. Access this interface by calling IEdmVault7::CreateUtility, setting eType to EdmUtility.EdmUtil_RevisionMgr.
  2. Call IEdmRevisionMgr::SetRevisionCounters for each file  whose revision counters you want to set.
  3. Call IEdmRevisionMgr::IncrementRevision for each file whose revision you want to increment.
  4. Call IEdmRevisionMgr::Commit to commit all of the changes to the database.

 

Accessors

See Also