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


Allows you to access the versions and revisions 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 IEdmEnumeratorVersion5 
C# 
public interface IEdmEnumeratorVersion5 
C++/CLI 
public interface class IEdmEnumeratorVersion5 

Example

Remarks

This interface inherits from IDispatch. See IDispatch Interface (Automation).

To access this interface, cast an IEdmFile5 object to this interface.

A new version of a file is created every time the file has been modified and checked in. Versions are denoted by numbers (1,2,3,..,N). In addition to versions, users can also set up revisions. Revisions are user-friendly names that can be set on versions of files.

This interface is extended by IEdmEnumeratorVersion6.

See Also