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


Allows you to access the version 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 IEdmVersion7 
   Inherits IEdmVersion5IEdmVersion6 
C# 
public interface IEdmVersion7 : IEdmVersion5IEdmVersion6  
C++/CLI 
public interface class IEdmVersion7 : public IEdmVersion5IEdmVersion6  

Remarks

This interface:

See Also