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


Allows you to access a single revision of a file.


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 IEdmRevision6 
   Inherits IEdmRevision5 
C# 
public interface IEdmRevision6 : IEdmRevision5  
C++/CLI 
public interface class IEdmRevision6 : public IEdmRevision5  

Remarks

This interface:

 

See Also