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

Example

Remarks

This interface:

Whenever a new or modified file is checked in, a new version of it is created and stored in the file vault. The versions are denoted by numbers, e.g., 1,2,3, etc.

Accessors

See Also