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

Example

Remarks

This interface:

See Also