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

Example

Remarks

This interface extends IEdmVersion7.

See Also